fix: Correct ntpdate command
This commit is contained in:
parent
268943c9c4
commit
2c1eb62b0b
2
larbs.sh
2
larbs.sh
@ -191,7 +191,7 @@ installpkg git
|
|||||||
installpkg ntp
|
installpkg ntp
|
||||||
|
|
||||||
dialog --title "LARBS Installation" --infobox "Synchronizing system time to ensure successful and secure installation of software..." 4 70
|
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 ] && { \
|
[ "$distro" = arch ] && { \
|
||||||
[ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case
|
[ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case
|
||||||
|
Loading…
Reference in New Issue
Block a user