From d674bf9c59e15f10e840c1ddb082d29c40499759 Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 15 Aug 2021 16:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=94=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/sh/1.sh b/Scripts/sh/1.sh index d1eab65..4c8cf47 100644 --- a/Scripts/sh/1.sh +++ b/Scripts/sh/1.sh @@ -52,6 +52,7 @@ Onekey(){ INSTALL_JS_TOOL(){ docker_install inp "是否直接安装:\n1) 直接安装[默认]\n2) 手动选择" + opt read type if [ "$type" = "2" ]; then wget -q https://gitee.com/highdimen/js_tool/raw/A1/resource/install_scripts/docker_install_jd.sh -O docker_install_jd.sh && chmod +x docker_install_jd.sh && bash docker_install_jd.sh