From 0f7f594054886ef408877d8750674779a39639aa Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 21 Mar 2024 14:31:48 -0400 Subject: [PATCH] Hopefully final touches on getting time and date sync working. --- .includes/timezone.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.includes/timezone.sh b/.includes/timezone.sh index 45aea7e..27702f0 100755 --- a/.includes/timezone.sh +++ b/.includes/timezone.sh @@ -25,6 +25,3 @@ if [[ -f /etc/localtime ]]; then sudo "${sudoFlags[@]}" rm /etc/localtime fi sudo "${sudoFlags[@]}" ln -sf /usr/share/zoneinfo/${region}/${city} /etc/localtime - -# Make sure we are syncing with the internet -yay -Sy --needed --noconfirm networkmanager-dispatcher-openntpd