[letsencrypt] add support for devuan/beowulf

This commit is contained in:
Nico Schottelius 2019-08-15 14:19:54 +02:00
parent f7efde0d0a
commit c0aa2214aa
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ if [ -z "${certbot_fullpath}" ]; then
require="__apt_source/ascii-backports" __package_apt certbot \
--target-release ascii-backports
;;
bewoulf*)
__package_apt certbot
;;
*)
echo "Unsupported OS version: $os_version" >&2
exit 1