Skip to content

Commit c563432

Browse files
committed
fix command
1 parent da7264a commit c563432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/run_install_on_ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ if [ "$STEP_NUMBER" -le "3" ]; then
740740
fi
741741

742742
# Uninstalling the blinker package, because it's installed in the requirements.txt
743-
sudo apt -y uninstall python3-blinker
743+
sudo apt -y remove python3-blinker
744744

745745
# Install and check Python requirements
746746
# How to deal with Pipfile, Pipfile.lock and requirements.txt:

0 commit comments

Comments
 (0)