update advanced uninstall 1.2.1

This commit is contained in:
2026-06-16 16:40:28 +08:00
parent 2726f8c7bd
commit 7ff3b8a3f3
2 changed files with 6 additions and 4 deletions

View File

@@ -361,8 +361,9 @@ do_auto_install_ui_helper() {
#高级卸载 #高级卸载
advanced_uninstall(){ advanced_uninstall(){
echo "📥 正在下载 高级卸载插件..." echo "📥 正在下载 高级卸载插件..."
wget -O /tmp/advanced_uninstall.run $HTTP_HOST/luci-app-uninstall.run && chmod +x /tmp/advanced_uninstall.run wget -O /tmp/advanced_uninstall.ipk $HTTP_HOST/uninstall/advanced_uninstall.ipk
sh /tmp/advanced_uninstall.run opkg update
opkg install /tmp/advanced_uninstall.ipk
} }
while true; do while true; do

View File

@@ -361,8 +361,9 @@ do_auto_install_ui_helper() {
#高级卸载 #高级卸载
advanced_uninstall(){ advanced_uninstall(){
echo "📥 正在下载 高级卸载插件..." echo "📥 正在下载 高级卸载插件..."
wget -O /tmp/advanced_uninstall.run $HTTP_HOST/luci-app-uninstall.run && chmod +x /tmp/advanced_uninstall.run wget -O /tmp/advanced_uninstall.ipk $HTTP_HOST/uninstall/advanced_uninstall.ipk
sh /tmp/advanced_uninstall.run opkg update
opkg install /tmp/advanced_uninstall.ipk
} }
while true; do while true; do