Merge pull request #505 from nkostin4/master
ntpdate is deprecating, so replace it with ntpd
This commit is contained in:
commit
e84b82c544
2
larbs.sh
2
larbs.sh
@ -239,7 +239,7 @@ done
|
||||
|
||||
whiptail --title "LARBS Installation" \
|
||||
--infobox "Synchronizing system time to ensure successful and secure installation of software..." 8 70
|
||||
ntpdate 0.us.pool.ntp.org >/dev/null 2>&1
|
||||
ntpd -q -g >/dev/null 2>&1
|
||||
|
||||
adduserandpass || error "Error adding username and/or password."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user