From ed59564b8c99863cbf03b4aa87e510247989db06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Thu, 16 Feb 2017 14:25:46 +0100 Subject: [PATCH] Removed ntpdate from utilities (conflict with ntpd) (refs #20488). --- 1.Base/1.Utilities/0_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.Base/1.Utilities/0_setup.py b/1.Base/1.Utilities/0_setup.py index 6a4f73b8..94fd21b8 100644 --- a/1.Base/1.Utilities/0_setup.py +++ b/1.Base/1.Utilities/0_setup.py @@ -9,7 +9,7 @@ def setup(interactive=True): cmds = [ 'apt-get clean', 'apt-get update', - 'apt-get install --yes make ipython ipython3 vim netcat git htop iotop bmon host lm-sensors pciutils ntp nfs-client smartmontools pwgen ntpdate dialog curl python3-requests', + 'apt-get install --yes make ipython ipython3 vim netcat git htop iotop bmon host lm-sensors pciutils ntp nfs-client smartmontools pwgen dialog curl python3-requests', # Locale 'locale-gen en_GB.UTF-8', 'update-locale LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8', -- GitLab