Remove some of the messages from setting time.

This commit is contained in:
Storm Dragon 2022-04-04 03:12:59 -04:00
parent 3af6bbcce5
commit 6e7943a00b

View File

@ -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