From cd0499c3b22721a4930d93eda1a6189b12678e54 Mon Sep 17 00:00:00 2001 From: lsy Date: Sat, 21 Sep 2024 14:52:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E5=AE=89=E8=A3=85=E4=B8=8D?= =?UTF-8?q?=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menus/Software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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