Skip to content

Commit 750893e

Browse files
committed
Change to pool.ntp.org for ubuntu installer.
1 parent 17034b4 commit 750893e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ fi
696696

697697
# Configuring NTP
698698
echo '#!/bin/sh' > /etc/cron.daily/ntpdate
699-
echo "$(which ntpdate) -s ntp.ubuntu.com" >> /etc/cron.daily/ntpdate
699+
echo "$(which ntpdate) -s pool.ntp.org" >> /etc/cron.daily/ntpdate
700700
chmod 755 /etc/cron.daily/ntpdate
701701
ntpdate -s pool.ntp.org
702702

0 commit comments

Comments
 (0)