timedatectl seems to be working now with time sync.

This commit is contained in:
Storm Dragon 2024-05-21 02:07:50 -04:00
parent 0f7f594054
commit 5716d66896

View File

@ -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