This commit is contained in:
2025-06-14 03:02:05 -06:00
parent 7fa2ac938b
commit a49f06da13
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ else
fi
echo "Updating Software Lists"
sudo apt update 1>/dev/null 2>/dev/null
sudo apt update 1>/dev/null 2>&1
echo "Installing git"
sudo apt install git -y 1>/dev/null
sudo apt install git -y 1>/dev/null 2>&1
echo "Cloning Repo"
cd /home/$username