Remove chronyd on rockpro64 for consistent NTP

This commit is contained in:
Taylor Helsper 2019-12-18 21:34:57 -06:00
parent a4fb7e1cf7
commit ddc80745f5
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ apt-get -y install xorg chromium openbox lightdm
# Make sure some software is removed
apt-get -y purge ntp # (conflicts with systemd-timedatectl)
apt-get -y purge chrony # (conflicts with systemd-timedatectl)
# Install any pip software

View File

@ -96,6 +96,7 @@ apt-get -y install xorg chromium openbox lightdm
# Make sure some software is removed
apt-get -y purge ntp # (conflicts with systemd-timedatectl)
apt-get -y purge chrony # (conflicts with systemd-timedatectl)
# Install other things without recommendation