diff --git a/larbs.sh b/larbs.sh index 1f06275..65b9d66 100644 --- a/larbs.sh +++ b/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."