Update main.sh

This commit is contained in:
有種 2023-03-05 23:37:49 +08:00 committed by GitHub
parent baea78fcdb
commit dc334e4af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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

@ -180,6 +180,7 @@ sed -i 's/ ip.neighbors/ luci.ip.neighbors/' luci-app-wifidog/luasrc/model/cbi/w
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
rm -rf luci-app-adguardhome/po/zh_Hans
cp -Rf luci-app-adguardhome/po/zh-cn luci-app-adguardhome/po/zh_Hans
exit 0