From 3fdd2a1d0d2767ec03da15d1d60368a981af61c0 Mon Sep 17 00:00:00 2001 From: lsy Date: Mon, 23 Sep 2024 15:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=87=8D=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menus/Other.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Menus/Other.sh b/Menus/Other.sh index 70c4454..77ea8b5 100644 --- a/Menus/Other.sh +++ b/Menus/Other.sh @@ -4,6 +4,7 @@ echo "========Other========" echo "1.开启BBR" echo "2.更换系统语言" echo "3.申请SSL证书" +echo "4.一键DD/重装脚本" echo "输入其他任意返回主页" echo "========Other========" read -p "请输入:" pick @@ -26,4 +27,7 @@ case "$pick" in '3') bash "${path_script}/Config/Other/Acme.sh" ;; + '4') + bash "${path_script}/Config/Other/Reinstall.sh" + ;; esac \ No newline at end of file