From 141176fab784eb6f5b88b02cc06fca296f1dfc79 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 26 Oct 2023 11:50:20 +0900 Subject: [PATCH] clean up abit --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 021b3f3..82933c6 100644 --- a/install.sh +++ b/install.sh @@ -172,7 +172,7 @@ if [ "$zsh" == "Y" ]; then fi if [ "$dots" == "Y" ]; then - execute_script "dotfiles.sh" "$(pwd)" + execute_script "dotfiles.sh" fi @@ -183,8 +183,7 @@ printf "\n" printf "\n${NOTE} NOTICE TO NVIDIA OWNERS! System will reboot your system!\n" sleep 2 printf "\n${NOTE} You can start Hyprland by typing Hyprland (IF SDDM is not installed) (note the capital H!).\n" -printf "\n" -printf "\n" +printf "\n\n" read -n1 -rep "${CAT} Would you like to start Hyprland now? (y,n)" HYP if [[ $HYP =~ ^[Yy]$ ]]; then