Merge pull request #214 from jlaw/patch-2

fix: Correct ntpdate command
This commit is contained in:
Luke Smith 2020-04-24 08:43:33 -04:00 committed by GitHub
commit 2db3c0f8c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ installpkg git
installpkg ntp
dialog --title "LARBS Installation" --infobox "Synchronizing system time to ensure successful and secure installation of software..." 4 70
ntp 0.us.pool.ntp.org >/dev/null 2>&1
ntpdate 0.us.pool.ntp.org >/dev/null 2>&1
[ "$distro" = arch ] && { \
[ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case