From 42fafdc026b27da65704f7cf462b48d9cf2b0056 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 17:30:05 -0600 Subject: [PATCH] 1.2-dev --- README.md | 8 ++------ info-level-conf-huawaii/root-crontab | 2 +- test.sh => old/test.sh | 0 installer_auto.sh => time_fuckery.sh | 1 + 4 files changed, 4 insertions(+), 7 deletions(-) rename test.sh => old/test.sh (100%) rename installer_auto.sh => time_fuckery.sh (99%) diff --git a/README.md b/README.md index d756b5e..e9832e6 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,8 @@ 7. keyboard #### Software (Auto) **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` -2. `bash ~/Precision-Timekeeping-Fuckery/installer_auto.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` +1. `curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/time_fuckery.sh?nocache=$RANDOM | $SHELL` +2. `git -C ~/Precision-Timekeeping-Fuckery pull && bash ~/Precision-Timekeeping-Fuckery/time_fuckery.sh` #### Software (Manual) Clone the repo `git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git ~/Precision-Timekeping-Fuckery` diff --git a/info-level-conf-huawaii/root-crontab b/info-level-conf-huawaii/root-crontab index 9655a35..5a7fcd6 100644 --- a/info-level-conf-huawaii/root-crontab +++ b/info-level-conf-huawaii/root-crontab @@ -1,5 +1,5 @@ # 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 @reboot /bin/bash /usr/share/customscripts/ifnet /usr/share/customscripts/webhook bootup diff --git a/test.sh b/old/test.sh similarity index 100% rename from test.sh rename to old/test.sh diff --git a/installer_auto.sh b/time_fuckery.sh similarity index 99% rename from installer_auto.sh rename to time_fuckery.sh index ffbfdf1..feae0d1 100644 --- a/installer_auto.sh +++ b/time_fuckery.sh @@ -63,6 +63,7 @@ run_reboot () { sudo shutdown -r +$long_delay } +# to the pause thing like in dos function hold_for_enter() { echo -e "\nPress ENTER to Continue..." read -p ""