commit 2db3c0f8c590bcfc801b39cc381677b6ffb76f56
parent 268943c9c4db43e0a62bd1a759254c5bd821e959
Author: Luke Smith <luke@lukesmith.xyz>
Date: Fri, 24 Apr 2020 08:43:33 -0400
Merge pull request #214 from jlaw/patch-2
fix: Correct ntpdate command
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/larbs.sh b/larbs.sh
@@ -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