From 9562fa1e9103f9efd840b8603a0e7b39e40156bf Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 19 Feb 2024 21:50:57 +0800 Subject: [PATCH] Minor fix inst script. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0b4e6f6b2..b4d37f06b 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ read -p "====> " p case $p in y)ask=true;; n)ask=false;; - *)exit;; + *)exit 1;; esac } @@ -146,7 +146,7 @@ done v rsync -av ".local/bin/" "$HOME/.local/bin/" # Prevent hyprland from not fully loaded -sleep 2 +sleep 1 try hyprctl reload ##################################################################################### printf "\e[36m[$0]: Finished. See the \"Import Manually\" folder and grab anything you need.\e[97m\n"