diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index d90abce..b463ba5 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -56,6 +56,8 @@ if [[ -n ${TIMEZONE} && ${TIMEZONE} != "none" ]]; then fi # Update local time. +# Masked (?). +run systemctl unmask ntp.service run service ntp stop run ntpdate -s cn.pool.ntp.org run service ntp start