From 6e7943a00b6ebe3efdadf106cececcb3465aa2b0 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 4 Apr 2022 03:12:59 -0400 Subject: [PATCH] Remove some of the messages from setting time. --- .includes/timezone.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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