This commit is contained in:
2025-06-14 03:15:14 -06:00
parent b5e4dc75ad
commit cf05c43343
+1 -1
View File
@@ -13,7 +13,7 @@ echo "Updating Software Lists"
sudo apt update 1>/dev/null 2>&1
echo "Installing git"
sudo apt install git raspi-config -y # 1>/dev/null 2>&1
sudo apt install git raspi-config -y 1>/dev/null 2>&1
echo "Cloning Repo"
cd /home/$username