1.2-dev
This commit is contained in:
+2
-2
@@ -10,10 +10,10 @@ else
|
||||
fi
|
||||
|
||||
echo "Updating Software Lists"
|
||||
sudo apt update > /dev/null
|
||||
sudo apt update 1>/dev/null
|
||||
|
||||
echo "Installing git"
|
||||
sudo apt install git -y
|
||||
sudo apt install git -y 1>/dev/null
|
||||
|
||||
echo "Cloning Repo"
|
||||
cd /home/$username
|
||||
|
||||
Reference in New Issue
Block a user