diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-28 09:12:43 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-28 09:12:43 -0400 |
commit | 11cb69cfc4592f0a36c1db3e0086f4a22fd9a972 (patch) | |
tree | ffb12570fc460e2ca1932309eb3481bddcb3e026 /patchroot.sh | |
parent | 6ef6e4fa6d49b27f30a6d332cc346f6dd96bbc28 (diff) |
patchroot.sh was missing "contrib" apt sources
Diffstat (limited to 'patchroot.sh')
-rwxr-xr-x | patchroot.sh | 12 |
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" | |||
7 | default_sources_list() | 7 | default_sources_list() |
8 | { | 8 | { |
9 | cat <<'END' | 9 | cat <<'END' |
10 | deb http://httpredir.debian.org/debian jessie main non-free | 10 | deb http://httpredir.debian.org/debian jessie main contrib non-free |
11 | deb http://security.debian.org jessie/updates main non-free | 11 | deb http://security.debian.org jessie/updates main contrib non-free |
12 | deb http://httpredir.debian.org/debian jessie-backports main non-free | 12 | deb http://httpredir.debian.org/debian jessie-backports main contrib non-free |
13 | deb-src http://httpredir.debian.org/debian jessie main non-free | 13 | deb-src http://httpredir.debian.org/debian jessie main contrib non-free |
14 | deb-src http://security.debian.org jessie/updates main non-free | 14 | deb-src http://security.debian.org jessie/updates main contrib non-free |
15 | deb-src http://httpredir.debian.org/debian jessie-backports main non-free | 15 | deb-src http://httpredir.debian.org/debian jessie-backports main contrib non-free |
16 | END | 16 | END |
17 | } | 17 | } |
18 | 18 | ||