From c5804207459f0f1f847cc59025fa503f59e89c38 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 29 Oct 2025 17:14:45 -0600 Subject: [PATCH] 1.2-dev --- time_fuckery.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/time_fuckery.sh b/time_fuckery.sh index 37246e5..bcf8750 100644 --- a/time_fuckery.sh +++ b/time_fuckery.sh @@ -173,11 +173,10 @@ reconfigure_full () { # setup and install root crontabs echo -e "\nInstalling root cronjobs\n" - echo -e "\nADD THE CONTENTS OF root-crontabm, OK?\n" - echo -e "\n\t@reboot bash /usr/share/customscripts/ifnet \"/usr/share/customscripts/webhook bootup\"" + echo -e "\nJUST SAVE AND EXIT NO EDITS\n" hold_for_enter sudo crontab -e - # (sudo crontab -l 2>/dev/null && sudo cat $crontab_new) | sudo crontab - + (sudo crontab -l 2>/dev/null && sudo cat $crontab_new) | sudo crontab - # set up passwordless sudo ## backup first