immortalwrt/package/emortal/default-settings/files/zzz-default-settings-chinese
Tianling Shen 5c4a4c6164
default-settings: make chinese optimization parts optional
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-23 22:34:32 +08:00

10 lines
229 B
Bash
Executable File

#!/bin/sh
uci set system.@system[0].timezone=CST-8
uci set system.@system[0].zonename=Asia/Shanghai
uci commit system
sed -i 's#https://downloads.openwrt.org#https://mirrors.tencent.com/lede#g' /etc/opkg/distfeeds.conf
exit 0