Minor fix inst script.

This commit is contained in:
clsty
2024-02-19 21:50:57 +08:00
parent f089d834c6
commit 9562fa1e91
+2 -2
View File
@@ -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"