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