Support Added for Debian 10* in __letsencrypt_cert
This commit is contained in:
parent
b039e4b1b4
commit
a432d6a51e
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ if [ -z "${certbot_fullpath}" ]; then
|
|||
require="__apt_source/stretch-backports" __package_apt certbot \
|
||||
--target-release stretch-backports
|
||||
;;
|
||||
10*)
|
||||
__package_apt certbot
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported OS version: $os_version" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue