Hopefully final touches on getting time and date sync working.

This commit is contained in:
Storm Dragon 2024-03-21 14:30:48 -04:00
parent af1642b138
commit 83b7867da4
1 changed files with 0 additions and 3 deletions

View File

@ -51,9 +51,6 @@ set_timezone() {
rm /etc/localtime
fi
ln -sf /usr/share/zoneinfo/${region}/${city} /etc/localtime
# Make sure we are syncing with the internet
yay -Sy --needed --noconfirm networkmanager-dispatcher-openntpd
}