forked from ungleich-public/cdist
[letsencrypt] add support for devuan/beowulf
This commit is contained in:
parent
f7efde0d0a
commit
c0aa2214aa
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ if [ -z "${certbot_fullpath}" ]; then
|
||||||
require="__apt_source/ascii-backports" __package_apt certbot \
|
require="__apt_source/ascii-backports" __package_apt certbot \
|
||||||
--target-release ascii-backports
|
--target-release ascii-backports
|
||||||
;;
|
;;
|
||||||
|
bewoulf*)
|
||||||
|
__package_apt certbot
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported OS version: $os_version" >&2
|
echo "Unsupported OS version: $os_version" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue