From 004ef1e4a14ed558e22c094fccda26321328ddac Mon Sep 17 00:00:00 2001 From: "Mr.nope" <78996423+mrprogrammer2938@users.noreply.github.com> Date: Fri, 16 Jul 2021 23:38:00 +0430 Subject: [PATCH] Update install.sh install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3ab2662..77c42f6 100644 --- a/install.sh +++ b/install.sh @@ -8,9 +8,9 @@ fi } checkroot -apt-get neofetch +apt install neofetch apt-get install python3 apt-get install python3-pip -y >> /dev/null python3 -m pip install -r requirements.txt echo "Installed!" - +exit 1