Support Added for Debian 10* in __letsencrypt_cert

This commit is contained in:
ahmadbilalkhalid 2019-10-04 14:13:10 +05:00
parent b039e4b1b4
commit a432d6a51e
1 changed files with 3 additions and 0 deletions

View File

@ -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