diff --git a/.includes/timezone.sh b/.includes/timezone.sh index 4139790..0a3310b 100755 --- a/.includes/timezone.sh +++ b/.includes/timezone.sh @@ -28,7 +28,8 @@ fi sudo ln -s /usr/share/zoneinfo/${region}/${city} /etc/localtime # Make sure we are syncing with the internet +echo "Setting up ntpd" sudo timedatectl set-ntp false sudo systemctl stop ntpd -sudo ntpd -gq +sudo ntpd -Ggq &> /dev/null sudo systemctl enable ntpd --now