install.sh - Edited to WARN if hyprland failed to install
This commit is contained in:
@@ -275,6 +275,6 @@ if pacman -Q hyprland &> /dev/null || pacman -Q hyprland-git &> /dev/null; then
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Print error message if neither package is installed
|
# 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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user