From 1248185b141d7c9f5fcb34c2943414ac3bacb522 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 30 Nov 2021 23:26:27 +0800 Subject: [PATCH] Build: fix --- scripts/patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index 978b91c..81b4553 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -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