🗡v4.sh
This commit is contained in:
parent
f8c766302e
commit
50374e965d
@ -72,7 +72,7 @@ docker_install() {
|
|||||||
fi
|
fi
|
||||||
if [ $lsb_dist == "openwrt" ]; then
|
if [ $lsb_dist == "openwrt" ]; then
|
||||||
echo "openwrt 环境请自行安装 docker"
|
echo "openwrt 环境请自行安装 docker"
|
||||||
#exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "安装 docker 环境..."
|
echo "安装 docker 环境..."
|
||||||
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
|
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
|
||||||
@ -102,7 +102,6 @@ OWN_PATH=$JD_PATH/jd_v4_bot/own
|
|||||||
SCRIPT_PATH=$JD_PATH/jd_v4_bot/scripts
|
SCRIPT_PATH=$JD_PATH/jd_v4_bot/scripts
|
||||||
DIY_PATH=$JD_PATH/jd_v4_bot/diy
|
DIY_PATH=$JD_PATH/jd_v4_bot/diy
|
||||||
|
|
||||||
|
|
||||||
inp "是否为 arm64 架构:\n1) x86[默认]\n2) arm64"
|
inp "是否为 arm64 架构:\n1) x86[默认]\n2) arm64"
|
||||||
echo -n -e "\e[36m输入您的选择->\e[0m"
|
echo -n -e "\e[36m输入您的选择->\e[0m"
|
||||||
read Processor_architecture
|
read Processor_architecture
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user