From 11cb69cfc4592f0a36c1db3e0086f4a22fd9a972 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 28 Apr 2016 09:12:43 -0400 Subject: patchroot.sh was missing "contrib" apt sources --- patchroot.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'patchroot.sh') diff --git a/patchroot.sh b/patchroot.sh index 4f05de6..aa18b8f 100755 --- a/patchroot.sh +++ b/patchroot.sh @@ -7,12 +7,12 @@ pkgs="$pkgs linux-image-$(uname -r)/jessie-backports" default_sources_list() { cat <<'END' -deb http://httpredir.debian.org/debian jessie main non-free -deb http://security.debian.org jessie/updates main non-free -deb http://httpredir.debian.org/debian jessie-backports main non-free -deb-src http://httpredir.debian.org/debian jessie main non-free -deb-src http://security.debian.org jessie/updates main non-free -deb-src http://httpredir.debian.org/debian jessie-backports main non-free +deb http://httpredir.debian.org/debian jessie main contrib non-free +deb http://security.debian.org jessie/updates main contrib non-free +deb http://httpredir.debian.org/debian jessie-backports main contrib non-free +deb-src http://httpredir.debian.org/debian jessie main contrib non-free +deb-src http://security.debian.org jessie/updates main contrib non-free +deb-src http://httpredir.debian.org/debian jessie-backports main contrib non-free END } -- cgit v1.2.3