mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
install.sh - Edited to WARN if hyprland failed to install
This commit is contained in:
parent
65ee22c04d
commit
61f7e74a80
@ -245,7 +245,7 @@ if dpkg -l | grep -qw hyprland || dpkg -l | grep -qw hyprland-git; then
|
||||
fi
|
||||
else
|
||||
# Print error message if neither package is installed
|
||||
printf "\n${NOTE} Hyprland failed to install. Please check Install-Logs...\n\n"
|
||||
printf "\n${WARN} Hyprland failed to install. Please check Install-Logs...\n\n"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user