From 133bc36cca62629af5d608eb0ec61025e17eb3a6 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 4 Sep 2024 19:22:21 -0700 Subject: [PATCH] Update install.sh --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e1fa88b..1ea17c4 100755 --- a/install.sh +++ b/install.sh @@ -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