[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
|
||||
archlinux)
|
||||
__package certbot
|
||||
;;
|
||||
alpine)
|
||||
__package certbot
|
||||
;;
|
||||
debian)
|
||||
|
|
Loading…
Reference in a new issue