Update install.sh

This commit is contained in:
SpudGunMan
2024-09-04 19:22:21 -07:00
parent 51a7ff2820
commit 133bc36cca
+1 -2
View File
@@ -15,8 +15,7 @@ sudo usermod -a -G tty $USER
if ! command -v pip &> /dev/null
then
printf "pip not found, please install pip with your OS\n"
printf "sudo apt-get install python3-pip"
exit 1
sudo apt-get install python3-pip
else
printf "python pip found\n"
fi