From f624835eb5f1510d1f43ddf587d2ebf8e14c3c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E7=A8=AE?= <39034242+kenzok8@users.noreply.github.com> Date: Fri, 12 May 2023 20:04:39 +0800 Subject: [PATCH] Update main.sh --- .github/diy/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/diy/main.sh b/.github/diy/main.sh index f5eb12b0a..1bd8eb88d 100755 --- a/.github/diy/main.sh +++ b/.github/diy/main.sh @@ -185,7 +185,7 @@ sed -i '$i /etc/init.d/dockerd restart &' luci-app-docker*/root/etc/uci-defaults sed -i 's/+libcap /+libcap +libcap-bin /' luci-app-openclash/Makefile sed -i 's/\(+luci-compat\)/\1 +luci-theme-argon/' luci-app-argon-config/Makefile sed -i 's/\(+luci-compat\)/\1 +luci-theme-design/' luci-app-design-config/Makefile -sed -i 's/\(+luci-compat\)/\1 +luci-theme-argone/' luci-app-argonne-config/Makefile +sed -i 's/\(+luci-compat\)/\1 +luci-theme-argone/' luci-app-argone-config/Makefile sed -i 's/ +uhttpd-mod-ubus//' luci-app-packet-capture/Makefile sed -i 's/ ip.neighbors/ luci.ip.neighbors/' luci-app-wifidog/luasrc/model/cbi/wifidog/wifidog_cfg.lua sed -i -e 's/nas/services/g' -e 's/NAS/Services/g' $(grep -rl 'nas\|NAS' luci-app-fileassistant)