From 06b662c12bf6dfc2f07be62842fecd7f82e06cbf Mon Sep 17 00:00:00 2001 From: icedream Date: Sun, 1 Nov 2015 16:08:43 +0100 Subject: [PATCH] Removed command to empty /etc/apt/sources.list.d. Emptying the sources.list.d folder is no longer necessary. --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index 1aea282..cd95a81 100644 --- a/setup.sh +++ b/setup.sh @@ -6,9 +6,6 @@ set -ex export INITRD=no export DEBIAN_FRONTEND=noninteractive -# Set up APT sources -rm /etc/apt/sources.list.d/* - # Now install all packages we need apt-get update apt-get install -y --no-install-recommends \