summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-24 08:43:33 -0400
committerGitHub <noreply@github.com>2020-04-24 08:43:33 -0400
commit2db3c0f8c590bcfc801b39cc381677b6ffb76f56 (patch)
tree7e9ef0677c8ca5e67acc9aab878627ab9dea4cfc
parent268943c9c4db43e0a62bd1a759254c5bd821e959 (diff)
parent2c1eb62b0b735314fee9888e77d16418ccf5f524 (diff)
Merge pull request #214 from jlaw/patch-2
fix: Correct ntpdate command
-rw-r--r--larbs.sh2
1 files changed, 1 insertions, 1 deletions
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