Update main.sh

This commit is contained in:
有種 2023-03-03 19:20:56 +08:00 committed by GitHub
parent 9c8c8d7683
commit 045fc911cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.github/diy/main.sh vendored
View File

@ -178,6 +178,7 @@ 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/system/g' -e 's/NAS/System/g' $(grep -rl 'nas\|NAS' luci-app-fileassistant)
sed -i 's/pkg_web_version:=.*/pkg_web_version:=$pkg_version/' alist/Makefile
rm -rf luci-app-adguardhome/root/etc/AdGuardHome.yaml
exit 0