This commit is contained in:
2025-10-14 00:39:07 -06:00
parent 9c9dffdb14
commit 0a56dc6345
14 changed files with 153 additions and 19 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ else
fi
echo "Updating Software Lists"
sudo apt update 1>/dev/null 2>&1
sudo apt update
echo "Installing git and raspi-config"
sudo apt install git raspi-config -y 1>/dev/null 2>&1
echo "Installing git"
sudo apt install -y git
echo "Cloning Repo"
cd /home/$username