summaryrefslogtreecommitdiff
path: root/rootfs/samizdat-update-apt-cache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rootfs/samizdat-update-apt-cache.sh')
-rwxr-xr-xrootfs/samizdat-update-apt-cache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootfs/samizdat-update-apt-cache.sh b/rootfs/samizdat-update-apt-cache.sh
index 01c59fa..c45ee0b 100755
--- a/rootfs/samizdat-update-apt-cache.sh
+++ b/rootfs/samizdat-update-apt-cache.sh
@@ -5,7 +5,7 @@
5 5
6cat <<END > /etc/apt/sources.list 6cat <<END > /etc/apt/sources.list
7deb http://httpredir.debian.org/debian ${VERSION_CODENAME} main #contrib non-free 7deb http://httpredir.debian.org/debian ${VERSION_CODENAME} main #contrib non-free
8deb http://security.debian.org ${VERSION_CODENAME}/updates main #contrib non-free 8deb http://security.debian.org ${VERSION_CODENAME}-security main #contrib non-free
9deb http://httpredir.debian.org/debian ${VERSION_CODENAME}-backports main #contrib non-free 9deb http://httpredir.debian.org/debian ${VERSION_CODENAME}-backports main #contrib non-free
10END 10END
11 11