removed the exit on individual install scripts since its already handled by Global functions

This commit is contained in:
JaKooLit
2025-02-04 16:21:58 +09:00
parent f578249698
commit c4074aeffa
12 changed files with 5 additions and 40 deletions

View File

@@ -50,9 +50,9 @@ fi
clear
printf "\n%.0s" {1..3}
echo " | _. |/ _ _ | o _|_ "
echo " \_| (_| o |\ (_) (_) |_ | |_ "
printf "\n%.0s" {1..2}
echo -e "\e[32m | _. |/ _ _ | o _|_ \e[39m"
echo -e "\e[32m \_| (_| o |\ (_) (_) |_ | |_ 2025\e[39m"
printf "\n%.0s" {1..2}
# Welcome message
echo "${SKY_BLUE}Welcome to JaKooLit's Arch-Hyprland Install Script!${RESET}"
@@ -66,11 +66,9 @@ echo
read -p "${SKY_BLUE}Would you like to proceed? (y/n): ${RESET}" proceed
printf "\n%.0s" {1..2}
if [ "$proceed" != "y" ]; then
printf "\n%.0s" {1..2}
echo "${INFO} Installation aborted. No changes done! Goodbye!"
printf "\n%.0s" {1..2}
exit 1
fi