X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=chroot-script;h=fafe1bf1b2a7c3a60cce33cbab3ade2c7ed00eae;hb=7a320f260a3a5f75018d9a9598a714e5206c9f93;hp=e036912a67cffb73d2e9eec70d634649f78daf05;hpb=e11f7068b8323cec4e503141eb41e64be8802c55;p=grml-debootstrap.git 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 ;;