From 242df71339135ce51b8144538ce80ee59267f686 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 06:46:34 -0600 Subject: [PATCH] testan a reboold --- reconfig_full.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reconfig_full.sh b/reconfig_full.sh index 423a4cb..65256d2 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -59,9 +59,10 @@ echo -e "\tConfiguring udev" sudo cat $udev_new > $udev_rule # setup and install root crontabs -echo -e "Installing crontabs! just save file and exit with no edits" -read -p "Press ENTER to Continue" -sudo crontab -e +# echo -e "Installing crontabs! just save file and exit with no edits" +# read -p "Press ENTER to Continue" +# sudo crontab -e +echo -e "\nInstalling root cronjobs\n" (sudo crontab -l 2>/dev/null && sudo cat $crontab_new) | sudo crontab - # set up passwordless sudo