From 2c1eb62b0b735314fee9888e77d16418ccf5f524 Mon Sep 17 00:00:00 2001 From: Jackson Law <178053+jlaw@users.noreply.github.com> Date: Fri, 24 Apr 2020 02:57:13 -0700 Subject: fix: Correct ntpdate command --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 32a1dd2..9e4f2af 100644 --- 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 -- cgit v1.2.3