From 36331c9cb2934023a254d7f0635b9351fe253a24 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 5 Feb 2025 00:55:08 +0900 Subject: [PATCH] updated install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 09a478e..8585f2f 100755 --- a/install.sh +++ b/install.sh @@ -310,7 +310,7 @@ if dpkg -l | grep -qw hyprland; then if [[ "$HYP" == "y" || "$HYP" == "yes" ]]; then 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 echo "${INFO} You can reboot later at any time." else