Skip to content

Commit

Permalink
IMPROVEMENT: use sudo to uninstall serial and pyserial
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed May 13, 2024
1 parent 2e92e3f commit 1a71278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo apt-get install -y python3-pil.imagetk

# Uninstall serial and pyserial to avoid conflicts
echo "Uninstalling serial and pyserial..."
python3 -m pip uninstall -y serial pyserial
sudo python3 -m pip uninstall -y serial pyserial

# Install the project dependencies
echo "Installing project dependencies..."
Expand Down

0 comments on commit 1a71278

Please sign in to comment.