Skip to content

Commit

Permalink
Merge pull request LukeSmithxyz#214 from jlaw/patch-2
Browse files Browse the repository at this point in the history
fix: Correct ntpdate command
  • Loading branch information
LukeSmithxyz authored Apr 24, 2020
2 parents 268943c + 2c1eb62 commit 2db3c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion larbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2db3c0f

Please sign in to comment.