Remove NTP conflicts

This commit is contained in:
Taylor Helsper 2019-11-26 07:49:24 -06:00
parent 7bb7f47c97
commit 27b45bcf61
2 changed files with 7 additions and 0 deletions

View File

@ -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 xorg chromium openbox lightdm
# Make sure some software is removed
apt-get -y purge ntp # (conflicts with systemd-timedatectl)
# Install any pip software
pip install tzupdate virtualenv --no-cache-dir

View File

@ -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
# Make sure some software is removed
apt-get -y purge ntp # (conflicts with systemd-timedatectl)
# Install other things without recommendation
apt-get -y install --no-install-recommends expect