⚔🔨
This commit is contained in:
parent
82b27bf356
commit
d674bf9c59
@ -52,6 +52,7 @@ Onekey(){
|
|||||||
INSTALL_JS_TOOL(){
|
INSTALL_JS_TOOL(){
|
||||||
docker_install
|
docker_install
|
||||||
inp "是否直接安装:\n1) 直接安装[默认]\n2) 手动选择"
|
inp "是否直接安装:\n1) 直接安装[默认]\n2) 手动选择"
|
||||||
|
opt
|
||||||
read type
|
read type
|
||||||
if [ "$type" = "2" ]; then
|
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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user