[letsencrypt_cert] add support for alpine
This commit is contained in:
parent
2bc26e398c
commit
689b5a2992
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ if [ -z "${certbot_fullpath}" ]; then
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
archlinux)
|
archlinux)
|
||||||
|
__package certbot
|
||||||
|
;;
|
||||||
|
alpine)
|
||||||
__package certbot
|
__package certbot
|
||||||
;;
|
;;
|
||||||
debian)
|
debian)
|
||||||
|
|
Loading…
Reference in a new issue