update advanced uninstall version

This commit is contained in:
2026-06-16 16:38:55 +08:00
parent f1e771d3cd
commit 2726f8c7bd
7 changed files with 12 additions and 4878 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -400,8 +400,9 @@ do_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

View File

@@ -386,8 +386,9 @@ do_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
}
# 安装新首页风格

View File

@@ -551,8 +551,9 @@ do_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

View File

@@ -602,8 +602,9 @@ do_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

File diff suppressed because it is too large Load Diff

Binary file not shown.