From 62e5bfc7d3123210a3b1384edb43e4af6b823866 Mon Sep 17 00:00:00 2001 From: mango Date: Mon, 23 Feb 2026 08:26:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=2010=E7=A7=92=E5=80=92=E8=AE=A1=E6=97=B6?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E9=87=8D=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dd-reinstall.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dd-reinstall.sh b/dd-reinstall.sh index 4d54454..f217473 100644 --- a/dd-reinstall.sh +++ b/dd-reinstall.sh @@ -95,4 +95,11 @@ bash InstallNET.sh $OS_FLAG \ -swap "$MYSWAP" \ $BBR_FLAG +echo +echo -e "${Y}重装完成,10秒后自动重启...${N}" +for i in $(seq 10 -1 1); do + echo -ne "\r${R}${i}${N} 秒后重启... (Ctrl+C 取消)" + sleep 1 +done +echo reboot