From 80e3c2b1e3f62f133ee0aced2109e4ddc34b1deb Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 20 Nov 2013 14:34:15 +0100 Subject: [PATCH] MT#5035 add contrib non-free repositories --- deployment.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment.sh b/deployment.sh index af159be..64c3422 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1136,9 +1136,9 @@ if "$NGCP_INSTALLER" ; then ## custom sources.list, deployed via deployment.sh # Debian repositories -deb http://ftp.de.debian.org/debian/ ${DEBIAN_RELEASE} main -deb http://security.debian.org/ ${DEBIAN_RELEASE}/updates main -deb http://ftp.debian.org/debian ${DEBIAN_RELEASE}-updates main +deb http://ftp.de.debian.org/debian/ ${DEBIAN_RELEASE} main contrib non-free +deb http://security.debian.org/ ${DEBIAN_RELEASE}/updates main contrib non-free +deb http://ftp.debian.org/debian ${DEBIAN_RELEASE}-updates main contrib non-free # Sipwise repositories deb [arch=amd64] http://deb.sipwise.com/autobuild/release/release-${AUTOBUILD_RELEASE} release-${AUTOBUILD_RELEASE} main