[__letsencrypt_cert] whitelist Ubuntu

This commit is contained in:
Nico Schottelius 2020-05-01 15:31:23 +02:00
parent f58d662b32
commit d4059fd29e
2 changed files with 4 additions and 1 deletions

View File

@ -91,6 +91,9 @@ if [ -z "${certbot_fullpath}" ]; then
certbot_fullpath=/usr/local/bin/certbot
;;
ubuntu)
__package certbot
;;
*)
echo "Unsupported os: $os" >&2
exit 1

View File

@ -3,7 +3,7 @@ Changelog
next:
* Type __pyvenv: Switch to python3 -m venv for Ubuntu (Nico Schottelius)
* Type __letsencrypt_cert: Whitelist Ubuntu (Nico Schottelius)
6.5.5: 2020-05-01
* Core: Fix XDG_CONFIG_HOME config file location (Joachim Desroches)