updated install.sh

This commit is contained in:
JaKooLit 2025-02-05 00:55:08 +09:00
parent 0705d4b911
commit 36331c9cb2

View File

@ -310,7 +310,7 @@ if dpkg -l | grep -qw hyprland; then
if [[ "$HYP" == "y" || "$HYP" == "yes" ]]; then if [[ "$HYP" == "y" || "$HYP" == "yes" ]]; then
echo "${INFO} Rebooting now..." echo "${INFO} Rebooting now..."
reboot # Optionally reboot if the user agrees systemctl reboot # Optionally reboot if the user agrees
elif [[ "$HYP" == "n" || "$HYP" == "no" ]]; then elif [[ "$HYP" == "n" || "$HYP" == "no" ]]; then
echo "${INFO} You can reboot later at any time." echo "${INFO} You can reboot later at any time."
else else