10 lines
192 B
Bash
10 lines
192 B
Bash
systemctl stop systemd-timesyncd
|
|
systemctl disable systemd-timesyncd
|
|
systemctl stop ntpd
|
|
systemctl disable ntpd
|
|
|
|
pacman -S chrony --noconfirm
|
|
|
|
systemctl enable chronyd
|
|
systemctl start chronyd
|