[__letsencrypt_cert] Add Arch Linux support

This commit is contained in:
Nico Schottelius 2019-10-13 11:15:53 +02:00
commit 2bc26e398c
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,9 @@ if [ -z "${certbot_fullpath}" ]; then
os_version="$(cat "${__global}/explorer/os_version")"
case "$os" in
archlinux)
__package certbot
;;
debian)
case "$os_version" in
8*)