From 5716d6689648861cd4991f126e567e34ea2c7332 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 21 May 2024 02:07:50 -0400 Subject: [PATCH] timedatectl seems to be working now with time sync. --- .includes/timezone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.includes/timezone.sh b/.includes/timezone.sh index 27702f0..f48e529 100755 --- a/.includes/timezone.sh +++ b/.includes/timezone.sh @@ -25,3 +25,4 @@ if [[ -f /etc/localtime ]]; then sudo "${sudoFlags[@]}" rm /etc/localtime fi sudo "${sudoFlags[@]}" ln -sf /usr/share/zoneinfo/${region}/${city} /etc/localtime +sudo "${sudoFlags[@]}" timedatectl set-ntp true