fix: wget→curl, 兼容无wget的系统

This commit is contained in:
mango
2026-02-24 22:36:18 +08:00
parent c486850555
commit d306fb8d4d

View File

@@ -82,7 +82,7 @@ read -p "$(echo -e ${R}确认重装? 数据将全部丢失!${N} [y/N]: )" CONFIR
# 下载并执行
echo -e "${G}下载 InstallNET.sh ...${N}"
wget --no-check-certificate -qO InstallNET.sh \
curl -fsSL -o InstallNET.sh \
'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh'
chmod a+x InstallNET.sh