From cb05cfbbc10cfc42a81214d42787dfee53513aae Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sun, 23 Mar 2025 10:01:11 -0700 Subject: [PATCH] Update rebuilt-machine.sh commands for cinnamon to recognize mods without reboot if possible. --- rebuilt-machine.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rebuilt-machine.sh b/rebuilt-machine.sh index 64b56b3..edd2c06 100644 --- a/rebuilt-machine.sh +++ b/rebuilt-machine.sh @@ -205,6 +205,9 @@ echo -e "${YELLOW} SETTING CRONTAB TASKS ${NC}\n" crontab rebuilt-machine-cron rm -f rebuilt-machine-cron +echo -e "${YELLOW} Refreshing Cinnamon Panel/Menu to apply changes ${NC}" +cinnamon --replace > /dev/null 2>&1 & + echo -e "${GREEN} SETUP COMPLETE! CINNAMON WILL BE USED ON NEXT LOGIN. REBOOTING IN 30 SECONDS (use cntrl+c to CANCEL reboot within next 30 seconds if you do not want to reboot now...)${NC}\n" sleep 10 echo -e "${YELLOW}20 seconds remaining...\n"