Merge pull request #505 from nkostin4/master

ntpdate is deprecating, so replace it with ntpd
This commit is contained in:
Luke Smith 2023-01-12 15:39:05 +00:00 committed by GitHub
commit e84b82c544
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."