From 445cbbefdedf7e2dbd2d85ff8028f45d3724dc1c Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 07:52:08 -0500 Subject: [PATCH] time... --- ProjectCode/SetupNewSystem.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index acfcdb7..6c742e7 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -232,6 +232,7 @@ if [ "$KALI_CHECK" = 0 ]; then export DEBIAN_FRONTEND="noninteractive" ; apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \ ntpdate \ ntp + ntpsec fi if [ "$KALI_CHECK" = 1 ]; then @@ -332,7 +333,7 @@ systemctl start rsyslog if [ "$KALI_CHECK" = 0 ]; then cat ./ConfigFiles/NTP/ntp.conf > /etc/ntp.conf - systemctl restart ntp + systemctl restart ntpsec.service fi if [ "$KALI_CHECK" = 1 ]; then