更新 gl-inet-op24.sh

This commit is contained in:
2026-04-03 09:25:35 +08:00
parent f16e71c721
commit 4fd46ba2ca

View File

@@ -38,6 +38,12 @@ add_arch() {
echo "下载 arch.conf 失败,脚本终止。" echo "下载 arch.conf 失败,脚本终止。"
exit 1 exit 1
fi fi
if ! wget -O /etc/opkg/distfeeds.conf $HTTP_HOST/mt-3000/distfeeds-24.conf; then
echo "换源失败,脚本终止。"
exit 1
fi
} }
## 安装应用商店和主题 ## 安装应用商店和主题