From 5447f0e4dfee76ba044b7d566dcce3983283f6d6 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:00:06 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index 3f94c27..70a1b67 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -181,8 +181,9 @@ configure_time_sync() { msg_ok "$(translate "Found timezone $timezone for IP $this_ip")" fi fi - - msg_info "$(translate "Enabling automatic time synchronization...")" + + timedatectl set-timezone "$timezone" + if timedatectl set-ntp true; then msg_ok "$(translate "Time settings configured - Timezone:") $timezone" register_tool "time_sync" true