ntpdate is deprecating, so replace it with ntpd

This commit is contained in:
Николай Костин 2023-01-03 13:30:40 -07:00 committed by GitHub
parent 4f4bdd114c
commit 11daa9edd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."