Update rebuilt-machine.sh

commands for cinnamon to recognize mods without reboot if possible.
This commit is contained in:
crowetic 2025-03-23 10:01:11 -07:00 committed by GitHub
parent ddd2d30e07
commit cb05cfbbc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"