X-Git-Url: http://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;fp=chroot-script;h=fafe1bf1b2a7c3a60cce33cbab3ade2c7ed00eae;hp=e036912a67cffb73d2e9eec70d634649f78daf05;hb=7a3f1d98d277b653f646ed48b87e7d61793b0cad;hpb=e11f7068b8323cec4e503141eb41e64be8802c55 diff --git a/chroot-script b/chroot-script index e036912..fafe1bf 100755 --- a/chroot-script +++ b/chroot-script @@ -104,8 +104,8 @@ chrootmirror() { # add security.debian.org: case "$RELEASE" in - unstable|sid) ;; # no security pool available - jessie|stretch|buster) + unstable|sid|stretch) ;; # no security pool available + jessie|buster) echo "Adding security.debian.org to sources.list." echo "deb http://security.debian.org ${RELEASE}/updates $COMPONENTS" >> /etc/apt/sources.list ;;