Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2024-04-28 18:06:47 +10:00
16 changed files with 608 additions and 23 deletions

View File

@@ -38,11 +38,9 @@ $STD apt-get install -y \
python3-pip \
python3-venv \
python3-cffi \
python3-certbot \
python3-certbot-dns-cloudflare
python3-certbot
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
$STD pip3 install certbot_dns_porkbun
$STD pip3 install certbot-dns-duckdns
$STD pip3 install certbot-dns-multi
$STD python3 -m venv /opt/certbot/
msg_ok "Installed Python Dependencies"