forked from ungleich-public/cdist
Improve bullseye support, perticularly __letsencrypt_cert
This commit is contained in:
parent
5b7cca99f7
commit
fc9bd40c9a
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ case $os in
|
|||
# Differntation not needed anymore
|
||||
apt_source_distribution=stable
|
||||
;;
|
||||
10*)
|
||||
10*|11*)
|
||||
# Differntation not needed anymore
|
||||
apt_source_distribution=stable
|
||||
;;
|
||||
|
|
|
@ -41,7 +41,7 @@ if [ -z "${certbot_fullpath}" ]; then
|
|||
require="__apt_source/stretch-backports" __package_apt certbot \
|
||||
--target-release stretch-backports
|
||||
;;
|
||||
10*)
|
||||
10*|11*)
|
||||
__package_apt certbot
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue