mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated install.sh
This commit is contained in:
parent
0705d4b911
commit
36331c9cb2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user