mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
Update install.sh
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user