From 4f24f9d5fe1f48709332588d67156c71ceb3ddd3 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Thu, 9 Jul 2026 08:22:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(lib-common):=20=E5=9C=A8=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E5=8D=B8=E8=BD=BD=E5=87=BD=E6=95=B0=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?bash=E4=BE=9D=E8=B5=96=E6=A3=80=E6=9F=A5=EF=BC=8C=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=AE=89=E8=A3=85bash=E6=88=96=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E5=B7=B2=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/lib-common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lib-common.sh b/lib/lib-common.sh index 86fd19c..2ccd453 100644 --- a/lib/lib-common.sh +++ b/lib/lib-common.sh @@ -341,6 +341,7 @@ do_install_ui_helper() { # 高级卸载插件 # ============================================================================ advanced_uninstall() { + opkg update >/dev/null 2>&1 && opkg install bash || echo "bash 已存在" echo "📥 正在下载高级卸载插件..." wget -O /tmp/advanced_uninstall.run $HTTP_HOST/uninstall/luci-app-uninstall.run sh /tmp/advanced_uninstall.run