This commit is contained in:
2025-06-14 02:40:38 -06:00
parent 16d054a501
commit 5aeda29043
4 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -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