From b652ab99ee7203b5a0612a516845d22a4fab9b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Thu, 2 Feb 2017 16:48:20 +0100 Subject: [PATCH] Do not remove resolv.conf. --- 3.New_server_deployment/3.Initialize_APT/0_setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/3.New_server_deployment/3.Initialize_APT/0_setup.sh b/3.New_server_deployment/3.Initialize_APT/0_setup.sh index 7def3cef..e4f6d5e0 100755 --- a/3.New_server_deployment/3.Initialize_APT/0_setup.sh +++ b/3.New_server_deployment/3.Initialize_APT/0_setup.sh @@ -1,9 +1,6 @@ #!/bin/bash source /root/envsetup/global-conf.sh -# resolvconf -apt-get purge -y resolvconf - # modify sources.list to use ubicast cache if ( ! test -z ${APT_CACHE_HOST} ); then if ( ! grep "${APT_CACHE_HOST}" /etc/apt/sources.list >/dev/null ); then -- GitLab