From 11daa9edd56485dd8145547e31412f7e50bed796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9=20=D0=9A=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BD?= <78669648+nkostin4@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:30:40 -0700 Subject: [PATCH] ntpdate is deprecating, so replace it with ntpd --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."