[general.sh] change ntp server to pool.ntp.org

This commit is contained in:
may 2019-05-08 14:15:30 +08:00
parent b59fdae60d
commit 1f5962140e

View File

@ -628,7 +628,7 @@ prepare_host()
# sync clock
if [[ $SYNC_CLOCK != no ]]; then
display_alert "Syncing clock" "host" "info"
ntpdate -s ${NTP_SERVER:- time.ijs.si}
ntpdate -s ${NTP_SERVER:- pool.ntp.org}
fi
if [[ $(dpkg-query -W -f='${db:Status-Abbrev}\n' 'zlib1g:i386' 2>/dev/null) != *ii* ]]; then