Removed command to empty /etc/apt/sources.list.d.

Emptying the sources.list.d folder is no longer necessary.
pull/5/head
Icedream 2015-11-01 16:08:43 +01:00
parent 12b4c02492
commit 06b662c12b
1 changed files with 0 additions and 3 deletions

View File

@ -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 \