This commit is contained in:
2025-10-14 17:30:05 -06:00
parent 33f1fab523
commit 42fafdc026
4 changed files with 4 additions and 7 deletions
+2 -6
View File
@@ -77,12 +77,8 @@
7. keyboard 7. keyboard
#### Software (Auto) #### Software (Auto)
**WILL REBOOT IN BETWEEN EACH COMMAND** **WILL REBOOT IN BETWEEN EACH COMMAND**
1. `curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh?nocache=$RANDOM | $SHELL` 1. `curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/time_fuckery.sh?nocache=$RANDOM | $SHELL`
2. `bash ~/Precision-Timekeeping-Fuckery/installer_auto.sh` 2. `git -C ~/Precision-Timekeeping-Fuckery pull && bash ~/Precision-Timekeeping-Fuckery/time_fuckery.sh`
3. `bash ~/Precision-Timekeeping-Fuckery/installer_auto.sh`
4. `bash ~/Precision-Timekeeping-Fuckery/installer_auto.sh`
5. `bash ~/Precision-Timekeeping-Fuckery/installer_auto.sh`
6. `bash ~/Precision-Timekeeping-Fuckery/test.sh`
#### Software (Manual) #### Software (Manual)
Clone the repo Clone the repo
`git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git ~/Precision-Timekeping-Fuckery` `git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git ~/Precision-Timekeping-Fuckery`
+1 -1
View File
@@ -1,5 +1,5 @@
# continue running da installer in da backlegrnd :3 # continue running da installer in da backlegrnd :3
# @reboot /bin/bash /usr/share/customscripts/ifnet /home/princesspi/Precision-Timekeeping-Fuckery/installer_auto.sh # @reboot /bin/bash /usr/share/customscripts/ifnet /home/princesspi/Precision-Timekeeping-Fuckery/time_fuckery.sh
# notify webhook of reboot # notify webhook of reboot
@reboot /bin/bash /usr/share/customscripts/ifnet /usr/share/customscripts/webhook bootup @reboot /bin/bash /usr/share/customscripts/ifnet /usr/share/customscripts/webhook bootup
View File
+1
View File
@@ -63,6 +63,7 @@ run_reboot () {
sudo shutdown -r +$long_delay sudo shutdown -r +$long_delay
} }
# to the pause thing like in dos
function hold_for_enter() { function hold_for_enter() {
echo -e "\nPress ENTER to Continue..." echo -e "\nPress ENTER to Continue..."
read -p "" read -p ""