default-settings-chn: switch to pku mirror

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-03-09 08:47:17 +08:00
parent 00ac52b774
commit f7bc84bd30
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -12,6 +12,6 @@ uci -q batch <<-EOF
EOF
uci commit system
sed -i 's,downloads.openwrt.org,mirrors.tencent.com/lede,g' /etc/opkg/distfeeds.conf
sed -i 's,downloads.immortalwrt.org,mirrors.pku.edu.cn/immortalwrt,g' /etc/opkg/distfeeds.conf
exit 0