We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17034b4 commit 750893eCopy full SHA for 750893e
install/hst-install-ubuntu.sh
@@ -696,7 +696,7 @@ fi
696
697
# Configuring NTP
698
echo '#!/bin/sh' > /etc/cron.daily/ntpdate
699
-echo "$(which ntpdate) -s ntp.ubuntu.com" >> /etc/cron.daily/ntpdate
+echo "$(which ntpdate) -s pool.ntp.org" >> /etc/cron.daily/ntpdate
700
chmod 755 /etc/cron.daily/ntpdate
701
ntpdate -s pool.ntp.org
702
0 commit comments