You've already forked Proxmox
mirror of
https://github.com/tteck/Proxmox.git
synced 2025-07-17 08:17:44 +02:00
Update nginxproxymanager-v5-install.sh
revert add certbot-dns-cloudflare
This commit is contained in:
@ -113,7 +113,7 @@ $STD python3 -m venv /opt/certbot/
|
||||
if [ "$(getconf LONG_BIT)" = "32" ]; then
|
||||
$STD python3 -m pip install --no-cache-dir -U cryptography==3.3.2
|
||||
fi
|
||||
$STD python3 -m pip install --no-cache-dir cffi certbot certbot-dns-cloudflare
|
||||
$STD python3 -m pip install --no-cache-dir cffi certbot
|
||||
msg_ok "Installed Python"
|
||||
|
||||
msg_info "Installing Openresty"
|
||||
|
Reference in New Issue
Block a user