This commit is contained in:
2025-06-14 02:46:11 -06:00
parent 1c3f84f12a
commit 46828306a7
+2 -2
View File
@@ -10,10 +10,10 @@ else
fi fi
echo "Updating Software Lists" echo "Updating Software Lists"
sudo apt update 1>/dev/null sudo apt update > /dev/null
echo "Installing git" echo "Installing git"
sudo apt install git -y 1>/dev/null sudo apt install git -y > /dev/null
echo "Cloning Repo" echo "Cloning Repo"
cd /home/$username cd /home/$username