diff --git a/install.sh b/install.sh index 5913163..b03f440 100755 --- a/install.sh +++ b/install.sh @@ -318,6 +318,7 @@ if pacman -Q hyprland &> /dev/null || pacman -Q hyprland-git &> /dev/null; then else # Print error message if neither package is installed printf "\n${WARN} Hyprland failed to install. Please check 00_CHECK-time_installed.log and other files in the Install-Logs/ directory...\n\n" + printf "\n%.0s" {1..2} exit 1 fi