diff --git a/install.sh b/install.sh index 8e8511e..490b979 100755 --- a/install.sh +++ b/install.sh @@ -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