Merge pull request #171 from ublue-os/ntp

feat(user-setup): Enable NTP by default
This commit is contained in:
Kyle Gospodnetich 2023-08-20 16:35:38 -07:00 committed by GitHub
commit 4d39ec0577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,9 @@ else
fi
fi
# Enable NTP
timedatectl set-ntp true
# Setup Flathub
if grep -qz 'fedora' <<< $(flatpak remotes); then
flatpak remote-delete --user fedora --force