From e0de7cef114c5ebed1466bb7578e551e6581c2fe Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Thu, 21 Sep 2023 18:42:38 +0100 Subject: [PATCH] Correct package name --- xmpp-wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmpp-wizard.sh b/xmpp-wizard.sh index d9e2328..9cd2bd3 100644 --- a/xmpp-wizard.sh +++ b/xmpp-wizard.sh @@ -21,7 +21,7 @@ for vhost in ${domains[@]}; do # for each vhost [ ! -d "$certdir[$index]" ] && # if there is no certificate for the domain if systemctl is-active --quiet nginx then - pacman -S --noconfirm python3-certbot-nginx + pacman -S --noconfirm certbot-nginx certbot -d "$vhost" certonly --nginx --register-unsafely-without-email --agree-tos # request cert with nginx else pacman -S --noconfirm certbot