Improve bullseye support, perticularly __letsencrypt_cert

This commit is contained in:
evilham 2021-10-01 13:14:57 +02:00
parent 5b7cca99f7
commit fc9bd40c9a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ case $os in
# Differntation not needed anymore # Differntation not needed anymore
apt_source_distribution=stable apt_source_distribution=stable
;; ;;
10*) 10*|11*)
# Differntation not needed anymore # Differntation not needed anymore
apt_source_distribution=stable apt_source_distribution=stable
;; ;;

View File

@ -41,7 +41,7 @@ if [ -z "${certbot_fullpath}" ]; then
require="__apt_source/stretch-backports" __package_apt certbot \ require="__apt_source/stretch-backports" __package_apt certbot \
--target-release stretch-backports --target-release stretch-backports
;; ;;
10*) 10*|11*)
__package_apt certbot __package_apt certbot
;; ;;