edit/adjusted some scripts

This commit is contained in:
JaKooLit
2023-12-05 13:29:43 +09:00
parent 52b3a1e49d
commit 7f7a9e7d3d
4 changed files with 12 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ printf "${WARN} #### IF YOU HAVE ALREADY ZSH AND OH MY ZSH, YOU SHOULD CHOOSE NO
printf "${WARN} ### --------------------------------------------------------------------########\n"
printf "${NOTE} ## CHECK OUT README FOR ADDITIONAL STEPS REQUIRED ONCE ZSH AND OH-MY-ZSH INSTALLED ##\n"
printf "\n\n"
read -n1 -rep "${CAT} OPTIONAL - Would you like to install zsh and oh-my-zsh and use as default shell? (y/n)" zsh
read -rp "${CAT} OPTIONAL - Would you like to install zsh and oh-my-zsh and use as default shell? (y/n) " zsh
echo
if [[ $zsh =~ ^[Yy]$ ]]; then