Build: fix

This commit is contained in:
John Doe 2021-11-30 23:26:27 +08:00
parent a384e4ffcb
commit 1248185b14
No known key found for this signature in database
GPG Key ID: 30F190E0C359CB4F

View File

@ -112,7 +112,7 @@ sed -i $line_number_h6',+10 s/font-weight: normal/font-weight: bold/' $css_file
fi
# set default theme to openwrt2020
sed -i '/uci commit luci/i\uci set luci.main.mediaurlbase="/luci-static/openwrt2020"' `find package -type f -path '*/default-settings/files/zzz-default-settings'`
sed -i '/uci commit luci/i\uci set luci.main.mediaurlbase="/luci-static/openwrt2020"' `find package -type f -path '*/default-settings/files/99-default-settings'`
# remove the mirros from cn
sed -i '/182.140.223.146/d;/\.cn\//d;/tencent/d' scripts/download.pl