audio-box/chrony/install.sh
jochen 8be0e562b8 Add samba and chrony installations
Enable remote debugging for i2c-amp-control
2022-01-14 17:36:26 +01:00

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