From d8901dab3290604e3c3d34c5b73b7a0ff9b356ea Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Sat, 14 Aug 2021 03:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/sh/1.sh b/Scripts/sh/1.sh index d58ef29..5804f43 100644 --- a/Scripts/sh/1.sh +++ b/Scripts/sh/1.sh @@ -17,7 +17,7 @@ warn(){ } warn "大道至简" -inp "选择你想部署的 docker 项目:\n1) qinglong 2) V4 3) elecV2P 4) HHL 5) JS_TOOL 6) helloword(sakura)" +inp "选择你想部署的 docker 项目:\n1) qinglong\n2) V4\n3) elecV2P\n4) HHL\n5) JS_TOOL\n6) helloword(sakura)" opt read option case $option in @@ -30,6 +30,7 @@ case $option in 4) project="hhl" ;; *) echo -e "\e[31m还没写好或不存在\e[0m\n" + ;; esac wget -q https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/sh/${project}.sh -O ${project}.sh