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