ntpdate is deprecating, so replace it with ntpd
This commit is contained in:
parent
4f4bdd114c
commit
11daa9edd5
2
larbs.sh
2
larbs.sh
@ -239,7 +239,7 @@ done
|
|||||||
|
|
||||||
whiptail --title "LARBS Installation" \
|
whiptail --title "LARBS Installation" \
|
||||||
--infobox "Synchronizing system time to ensure successful and secure installation of software..." 8 70
|
--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."
|
adduserandpass || error "Error adding username and/or password."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user