remove jessie

Co-Authored-By: Arthur Lutz <arthur.lutz@gmail.com>
This commit is contained in:
Arthur Lutz 2020-01-28 11:36:50 +01:00 committed by GitHub
parent a1792611ee
commit 84e7662123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ if [ -e "$outfile" ]; then
fi fi
suite="$3" suite="$3"
if [ "$suite" != "buster" ] && [ "$suite" != "stretch" ] && [ "$suite" != "jessie" ]; then if [ "$suite" != "buster" ] && [ "$suite" != "stretch" ]; then
echo "Unrecognized suite $suite, trying anyway." >&2 echo "Unrecognized suite $suite, trying anyway." >&2
fi fi