mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Set up system clock.
This commit is contained in:
parent
96ed6ecb25
commit
466799172f
2 changed files with 9 additions and 5 deletions
|
|
@ -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"* ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue