From 99909e8c14a9621de932e01cc4c54184cce4efac Mon Sep 17 00:00:00 2001 From: lsy Date: Mon, 23 Sep 2024 16:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=8D=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/Other/Reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Other/Reinstall.sh b/Config/Other/Reinstall.sh index 6b752db..d3f6179 100644 --- a/Config/Other/Reinstall.sh +++ b/Config/Other/Reinstall.sh @@ -45,7 +45,7 @@ if [[ $pick =~ [1-"${#imags_dick[@]}"\ ] ]];then elif [[ $pick =~ [1-$version_number] ]];then version=$version_arr[$pick] fi - echo "bash <(curl -Ls ${server}) ${img} ${version}" + echo "bash <(curl -Ls ${server}) ${img} ${version}" fi else echo "选择错误"