更改安装对应路径

This commit is contained in:
lsy 2024-09-23 17:21:02 +08:00
parent e31bd3c853
commit 03855ea490
2 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,8 @@ if [[ $pick =~ [1-"${#imags_dick[@]}"\ ] ]];then
fi
fi
eval "bash <(curl -Ls ${server}) ${img} ${version}"
echo "重启之后开始重装系统"
echo "用服务器厂家的VNC连接可以看到重装进度"
else
echo "选择错误"
fi

View File

@ -10,7 +10,7 @@ echo "软件正在安装中"
mkdir -p "$path"
rm -rf "$path/linuxtool"
wget https://g.lsy22.com/lsy/LinuxTool/archive/master.tar.gz -O "${path}/aa" &> /dev/null
wget https://g.lsy22.com/lsy/linuxtool/archive/master.tar.gz -O "${path}/aa" &> /dev/null
if [[ -d "${path}/aa" ]];then
echo "脚本下载失败"