1.2-dev
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
4. Configure settings as you like them
|
4. Configure settings as you like them
|
||||||
5. Burn
|
5. Burn
|
||||||
#### Login to Raspberry Pi
|
#### Login to Raspberry Pi
|
||||||
1. `curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh?nocache=$RANDOM | sudo $SHELL`
|
1. `curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh?nocache=$RANDOM | $SHELL`
|
||||||
3. `cd ~/Precision-Timekeeping-Fuckery && bash installer1.sh` (will reboot)
|
3. `cd ~/Precision-Timekeeping-Fuckery && bash installer1.sh` (will reboot)
|
||||||
5. `cd ~/Precision-Timekeeping-Fuckery && bash installer2.sh` (will reboot)
|
5. `cd ~/Precision-Timekeeping-Fuckery && bash installer2.sh` (will reboot)
|
||||||
7. `cd ~/Precision-Timekeeping-Fuckery && bash installer3.sh` (will reboot)
|
7. `cd ~/Precision-Timekeeping-Fuckery && bash installer3.sh` (will reboot)
|
||||||
|
|||||||
+4
-5
@@ -20,10 +20,9 @@ cd /home/$username
|
|||||||
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git
|
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git
|
||||||
cd /home/$username/Precision-Timekeeping-Fuckery
|
cd /home/$username/Precision-Timekeeping-Fuckery
|
||||||
|
|
||||||
# echo "Fixing Permissions on Repo"
|
echo "Stage 1 Complete"
|
||||||
# sudo chown $username:$username -R /home/$username/Precision-Timekeeping-Fuckery
|
|
||||||
|
|
||||||
echo "installer_auto.sh complete" > ./status.txt
|
echo "installer_auto.sh complete" > ./status.txt
|
||||||
# chown $username:$username ./status.txt
|
|
||||||
echo "Done!"
|
echo "Running installer1.sh"
|
||||||
|
bash installer1.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user