From 7ff3b8a3f30d47edd892a04807b88ce8cb406d4c Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Tue, 16 Jun 2026 16:40:28 +0800 Subject: [PATCH] update advanced uninstall 1.2.1 --- mt3600.sh | 5 +++-- mt5000.sh | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mt3600.sh b/mt3600.sh index 4b92913..c6e1bf9 100644 --- a/mt3600.sh +++ b/mt3600.sh @@ -361,8 +361,9 @@ do_auto_install_ui_helper() { #高级卸载 advanced_uninstall(){ echo "📥 正在下载 高级卸载插件..." - wget -O /tmp/advanced_uninstall.run $HTTP_HOST/luci-app-uninstall.run && chmod +x /tmp/advanced_uninstall.run - sh /tmp/advanced_uninstall.run + wget -O /tmp/advanced_uninstall.ipk $HTTP_HOST/uninstall/advanced_uninstall.ipk + opkg update + opkg install /tmp/advanced_uninstall.ipk } while true; do diff --git a/mt5000.sh b/mt5000.sh index 63cc0c3..a935683 100644 --- a/mt5000.sh +++ b/mt5000.sh @@ -361,8 +361,9 @@ do_auto_install_ui_helper() { #高级卸载 advanced_uninstall(){ echo "📥 正在下载 高级卸载插件..." - wget -O /tmp/advanced_uninstall.run $HTTP_HOST/luci-app-uninstall.run && chmod +x /tmp/advanced_uninstall.run - sh /tmp/advanced_uninstall.run + wget -O /tmp/advanced_uninstall.ipk $HTTP_HOST/uninstall/advanced_uninstall.ipk + opkg update + opkg install /tmp/advanced_uninstall.ipk } while true; do