From 03855ea49002d3133678850ad4138dfb63b63da8 Mon Sep 17 00:00:00 2001 From: lsy Date: Mon, 23 Sep 2024 17:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AE=89=E8=A3=85=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/Other/Reinstall.sh | 2 ++ Menus/Install.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Config/Other/Reinstall.sh b/Config/Other/Reinstall.sh index 148d8e8..e301c85 100644 --- a/Config/Other/Reinstall.sh +++ b/Config/Other/Reinstall.sh @@ -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 \ No newline at end of file diff --git a/Menus/Install.sh b/Menus/Install.sh index a555313..dc6e0da 100644 --- a/Menus/Install.sh +++ b/Menus/Install.sh @@ -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 "脚本下载失败"