From 2dfc83a8bfd23714cd0223f288aee112b0951d4c Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Wed, 25 Oct 2023 18:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=956=E5=88=A0=E9=99=A4=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84opkg=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=88=B0=E6=96=B0=E7=89=88=E9=A6=96=E9=A1=B5=E6=8F=92?= =?UTF-8?q?=E4=BB=B6luci-app-quickstart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gl-inet.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gl-inet.sh b/gl-inet.sh index 1592b5f..2b8a099 100755 --- a/gl-inet.sh +++ b/gl-inet.sh @@ -297,6 +297,8 @@ recovery_opkg_settings() { echo "Router name does not contain '3000' or '2500'." ;; esac + echo "再次更新首页luci-app-quickstart" + is-opkg install luci-app-quickstart echo "Tips: 重启路由器后才能完全生效" }