diff --git a/Menus/Software.sh b/Menus/Software.sh index 9385876..4c5951b 100644 --- a/Menus/Software.sh +++ b/Menus/Software.sh @@ -104,7 +104,7 @@ fi if [[ ! $pick_zsh =~ [Nn] ]];then - (sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)") + (sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && exit) while [[ ! -d "$HOME/.oh-my-zsh" ]]; do sleep 3 done