mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Remove chronyd on rockpro64 for consistent NTP
This commit is contained in:
parent
a4fb7e1cf7
commit
ddc80745f5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user