Update Chinese default options

This commit is contained in:
Bohan Yang
2018-09-22 18:25:18 +08:00
parent 37021a6b1d
commit 3c886715c1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ sudo sh -c "$(wget -O - https://github.com/brentybh/debian-netboot/raw/master/ne
If `-c CN` is used, Chinese Special options will be setup for good connectivity and experience against GFW. If `-c CN` is used, Chinese Special options will be setup for good connectivity and experience against GFW.
- Default archive mirror is `http://ftp.cn.debian.org/debian`. - Default archive mirror is `https://mirrors.ustc.edu.cn/debian`.
- Default security mirror is `http://ftp.cn.debian.org/debian-security`. - Default security mirror is `https://mirrors.ustc.edu.cn/debian-security`.
- Default time zone is `Asia/Shanghai`. - Default time zone is `Asia/Shanghai`.
- Default NTP server is `cn.ntp.org.cn`. - Default NTP server is `cn.ntp.org.cn`.
- Default DNS is `156.154.70.5 156.154.71.5`. - Default DNS is `156.154.70.5 156.154.71.5`.
+2 -2
View File
@@ -101,8 +101,8 @@ done
case "$COUNTRY" in case "$COUNTRY" in
CN) CN)
PROTO=${PROTO:-http} PROTO=${PROTO:-https}
HOST=${HOST:-ftp.cn.debian.org} HOST=${HOST:-mirrors.ustc.edu.cn}
TIME_ZONE=${TIME_ZONE:-Asia/Shanghai} TIME_ZONE=${TIME_ZONE:-Asia/Shanghai}
NTP=${NTP:-cn.ntp.org.cn} NTP=${NTP:-cn.ntp.org.cn}
SECURITY=${SECURITY:-true} SECURITY=${SECURITY:-true}