This commit is contained in:
2025-06-14 02:49:26 -06:00
parent 46828306a7
commit a8a68f3bb0
2 changed files with 8 additions and 11 deletions
+2 -5
View File
@@ -10,10 +10,10 @@ else
fi
echo "Updating Software Lists"
sudo apt update > /dev/null
sudo apt update 1>/dev/null 2>/dev/null
echo "Installing git"
sudo apt install git -y > /dev/null
sudo apt install git -y 1>/dev/null 2>/dev/null
echo "Cloning Repo"
cd /home/$username
@@ -22,6 +22,3 @@ cd /home/$username/Precision-Timekeeping-Fuckery
echo "Stage 1 Complete"
echo "installer_auto.sh complete" > ./status.txt
echo "Running installer1.sh"
bash installer1.sh