diff options
-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 | ||