From bf3d1bd92294ac3a7df50492706f315d3064d606 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Fri, 14 Jun 2024 14:53:10 -0700 Subject: [PATCH] remove certbot-dns-powerdns istall, that is handled by powerdns-tools --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 3b3b263..58cecdc 100755 --- a/install.sh +++ b/install.sh @@ -35,12 +35,11 @@ fi #apt-get update #DEBIAN_FRONTEND=noninteractive apt-get -y install certbot python3-certbot python3-certbot-apache -# New pip method - gets latest version, and is needed for certbot-dns-powerdns on Debian 12 Bookworm & Ubuntu 24.04 Noble +# New pip method - gets latest version, and is needed for certbot-dns-powerdns (installed by powerdns-tools) on Debian 12 Bookworm & Ubuntu 24.04 Noble DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip python3-wheel python3-venv libaugeas0 python3 -m venv /opt/certbot /opt/certbot/bin/pip install --upgrade pip -# pyyaml==5.3.1 currently needed by certbot-dns-powerdns -/opt/certbot/bin/pip install certbot certbot-apache certbot-dns-powerdns pyyaml==5.3.1 +/opt/certbot/bin/pip install certbot certbot-apache ln -s /opt/certbot/bin/certbot /usr/bin/certbot cp etc/cron.d/cerbot /etc/cron.d/cerbot chmod 644 /etc/cron.d/cerbot