summaryrefslogtreecommitdiff
path: root/patchroot.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-28 09:12:43 -0400
committerAndrew Cady <d@jerkface.net>2016-04-28 09:12:43 -0400
commit11cb69cfc4592f0a36c1db3e0086f4a22fd9a972 (patch)
treeffb12570fc460e2ca1932309eb3481bddcb3e026 /patchroot.sh
parent6ef6e4fa6d49b27f30a6d332cc346f6dd96bbc28 (diff)
patchroot.sh was missing "contrib" apt sources
Diffstat (limited to 'patchroot.sh')
-rwxr-xr-xpatchroot.sh12
1 files changed, 6 insertions, 6 deletions
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"
7default_sources_list() 7default_sources_list()
8{ 8{
9 cat <<'END' 9 cat <<'END'
10deb http://httpredir.debian.org/debian jessie main non-free 10deb http://httpredir.debian.org/debian jessie main contrib non-free
11deb http://security.debian.org jessie/updates main non-free 11deb http://security.debian.org jessie/updates main contrib non-free
12deb http://httpredir.debian.org/debian jessie-backports main non-free 12deb http://httpredir.debian.org/debian jessie-backports main contrib non-free
13deb-src http://httpredir.debian.org/debian jessie main non-free 13deb-src http://httpredir.debian.org/debian jessie main contrib non-free
14deb-src http://security.debian.org jessie/updates main non-free 14deb-src http://security.debian.org jessie/updates main contrib non-free
15deb-src http://httpredir.debian.org/debian jessie-backports main non-free 15deb-src http://httpredir.debian.org/debian jessie-backports main contrib non-free
16END 16END
17} 17}
18 18