This commit is contained in:
Leon 2021-08-15 16:45:52 +08:00
parent 82b27bf356
commit d674bf9c59

View File

@ -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