From 3ab2d5524c74b8f63548ee263785cabe5053cc45 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 04:47:49 -0600 Subject: [PATCH] testan a reboold \ --- installer4.sh | 13 +++++++++++++ notes-scratch.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/installer4.sh b/installer4.sh index c862471..2f79baf 100644 --- a/installer4.sh +++ b/installer4.sh @@ -42,6 +42,19 @@ sudo systemctl enable syslog-ng echo -e "\tEnabling logrotate on boot" sudo systemctl enable logrotate +# edit dis +## comment out and add note +## # commented out manually to use rtc +## # if [ -e /run/systemd/system ] ; then +## # exit 0 +## # fi +## Also comment out the two lines +## # /sbin/hwclock --rtc=$dev --systz --badyear +## and +## # /sbin/hwclock --rtc=$dev --systz +echo "Editing hwclock-set file" +sudo nano /lib/udev/hwclock-set + # update the log echo "done!" > /home/$username/Precision-Timekeeping-Fuckery/status.txt diff --git a/notes-scratch.txt b/notes-scratch.txt index 2b26012..4567834 100644 --- a/notes-scratch.txt +++ b/notes-scratch.txt @@ -8,6 +8,6 @@ manual # exit 0 # fi Also comment out the two lines - # /sbin/hwclock --rtc=$dev --systz --badyear + # /sbin/hwclock --rtc=$dev --systz --badyear and # /sbin/hwclock --rtc=$dev --systz \ No newline at end of file