Merge branch 'main-upstream'

This commit is contained in:
Sam Heinz
2024-07-01 12:31:43 +10:00
13 changed files with 48 additions and 56 deletions

View File

@@ -43,6 +43,7 @@ $STD apt-get install -y \
python3-certbot-dns-cloudflare
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
$STD python3 -m venv /opt/certbot/
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Python Dependencies"
VERSION="$(awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release)"