From 3153f33a34009c181015adf02e56c1280e6f9871 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 03:45:03 -0600 Subject: [PATCH] testan a reboold --- installer1.sh | 8 +++++--- installer_auto.sh | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/installer1.sh b/installer1.sh index 1ac1829..238db6e 100644 --- a/installer1.sh +++ b/installer1.sh @@ -13,18 +13,20 @@ echo "Sleeping 3 minutes" sleep 180 # rpi-update -echo "Updating Raspberry Pi firmware..." +echo "Updating Raspberry Pi firmware... DO NOT REBOOT" sudo rpi-update # run da raspberry pi config script clear -echo "Configure Raspberry Pi..." +echo "Configure Raspberry Pi... DO NOT REBOOT" echo -e "Enable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Would you like the ARM I2C interface to be enabled? \n\tkernel module loaded by default \n\nInterface Options->Serial Port\n\tWould you like a login shell to be accessible over serial? \n\tWould you like the serial port hardware to be enabled? \n" read -p "Press ENTER to Continue" sudo raspi-config -# notify finish +# update the log echo "Installer1.sh complete" >> /home/$username/Precision-Timekeeping-Fuckery/status.txt + +# notify finish echo "Part 1 Done!" # reboot after 3 minutes for safety diff --git a/installer_auto.sh b/installer_auto.sh index eb10aee..2576030 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -1,6 +1,6 @@ #!/bin/bash # usage -## curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh?nocache=$RANDOM | sudo $SHELL +## curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh?nocache=$RANDOM | $SHELL # set -e # get real username (not root) if run with sudo