[letsencrypt_cert] add support for alpine

This commit is contained in:
Nico Schottelius 2019-10-17 16:44:26 +02:00
parent 2bc26e398c
commit 689b5a2992
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ if [ -z "${certbot_fullpath}" ]; then
case "$os" in
archlinux)
__package certbot
;;
alpine)
__package certbot
;;
debian)