Update main.sh

This commit is contained in:
有種 2023-02-16 16:44:06 +08:00 committed by GitHub
parent 6836f78c46
commit bd31f786b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -173,11 +173,8 @@ sed -i 's/\(+luci-compat\)/\1 +luci-theme-argon/' luci-app-argon-config/Makefile
sed -i 's/\(+luci-compat\)/\1 +luci-theme-argonne/' luci-app-argonne-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
find ./ -type f -exec sed -i 's/nas/NAS/g; s/services/Services/g' {} +
sed -i 's/luciversion = "$(date +%b)"/luciversion = "Feb"/g' diy/zzz-default-settings
sed -i 's/luciversion = "$(date +%b)"/luciversion = "Feb"/g' diy/default-settings
find ./ -type f -exec sed -i 's/nas/NAS/g; s/services/Services/g' {}
find -type f -name Makefile -exec sed -ri 's#mosdns[-_]neo#mosdns#g' {} \;