fix wheel

This commit is contained in:
CanbiZ
2025-10-18 12:40:40 +02:00
parent 11250ce7d9
commit d36a2595cd
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ msg_ok "Installed Python Dependencies"
msg_info "Setting up Certbot"
$STD python3 -m venv /opt/certbot
$STD /opt/certbot/bin/pip install --upgrade pip
$STD /opt/certbot/bin/pip install --upgrade pip setuptools wheel
$STD /opt/certbot/bin/pip install certbot certbot-dns-cloudflare
ln -sf /opt/certbot/bin/certbot /usr/local/bin/certbot
msg_ok "Set up Certbot"