Set up system clock.

This commit is contained in:
Tommaso Chiti 2021-10-31 09:04:41 +01:00
parent 96ed6ecb25
commit 466799172f
2 changed files with 9 additions and 5 deletions

View file

@ -64,6 +64,10 @@ network_selector () {
esac
}
# Setting up system clock.
print "Setting up the system clock."
timedatectl set-ntp true
# Checking the microcode to install.
CPU=$(grep vendor_id /proc/cpuinfo)
if [[ $CPU == *"AuthenticAMD"* ]]