1.2-dev
This commit is contained in:
@@ -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,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
|
||||||
|
|||||||
@@ -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 ""
|
||||||
Reference in New Issue
Block a user