clean up abit

This commit is contained in:
JaKooLit
2023-10-26 11:50:20 +09:00
parent fd989a2fb7
commit 141176fab7

View File

@@ -172,7 +172,7 @@ if [ "$zsh" == "Y" ]; then
fi fi
if [ "$dots" == "Y" ]; then if [ "$dots" == "Y" ]; then
execute_script "dotfiles.sh" "$(pwd)" execute_script "dotfiles.sh"
fi fi
@@ -183,8 +183,7 @@ printf "\n"
printf "\n${NOTE} NOTICE TO NVIDIA OWNERS! System will reboot your system!\n" printf "\n${NOTE} NOTICE TO NVIDIA OWNERS! System will reboot your system!\n"
sleep 2 sleep 2
printf "\n${NOTE} You can start Hyprland by typing Hyprland (IF SDDM is not installed) (note the capital H!).\n" printf "\n${NOTE} You can start Hyprland by typing Hyprland (IF SDDM is not installed) (note the capital H!).\n"
printf "\n" printf "\n\n"
printf "\n"
read -n1 -rep "${CAT} Would you like to start Hyprland now? (y,n)" HYP read -n1 -rep "${CAT} Would you like to start Hyprland now? (y,n)" HYP
if [[ $HYP =~ ^[Yy]$ ]]; then if [[ $HYP =~ ^[Yy]$ ]]; then