mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 00:19:15 +00:00
Remove NTP conflicts
This commit is contained in:
parent
7bb7f47c97
commit
27b45bcf61
|
@ -27,6 +27,9 @@ apt-get -y -qq install apt-transport-https ca-certificates
|
||||||
apt-get -y install libgmp-dev automake libtool libltdl-dev libltdl7
|
apt-get -y install libgmp-dev automake libtool libltdl-dev libltdl7
|
||||||
apt-get -y install xorg chromium openbox lightdm
|
apt-get -y install xorg chromium openbox lightdm
|
||||||
|
|
||||||
|
# Make sure some software is removed
|
||||||
|
apt-get -y purge ntp # (conflicts with systemd-timedatectl)
|
||||||
|
|
||||||
|
|
||||||
# Install any pip software
|
# Install any pip software
|
||||||
pip install tzupdate virtualenv --no-cache-dir
|
pip install tzupdate virtualenv --no-cache-dir
|
||||||
|
|
|
@ -78,6 +78,10 @@ apt-get -y install libffi-dev libssl-dev glances python3-bottle automake libtool
|
||||||
apt -y -qq install apt-transport-https ca-certificates
|
apt -y -qq install apt-transport-https ca-certificates
|
||||||
|
|
||||||
|
|
||||||
|
# Make sure some software is removed
|
||||||
|
apt-get -y purge ntp # (conflicts with systemd-timedatectl)
|
||||||
|
|
||||||
|
|
||||||
# Install other things without recommendation
|
# Install other things without recommendation
|
||||||
apt-get -y install --no-install-recommends expect
|
apt-get -y install --no-install-recommends expect
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user