1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-21 18:16:39 +02:00

Update nginxproxymanager-install.sh

tweak
This commit is contained in:
tteckster 2024-10-27 01:16:41 -04:00 committed by GitHub
parent 846d75dca1
commit e4912cec78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,8 @@ $STD apt-get install -y \
python3-dev \
python3-pip \
python3-venv \
python3-cffi
python3-cffi \
python3-certbot-dns-cloudflare
$STD pip3 install certbot certbot-dns-multi
$STD python3 -m venv /opt/certbot/
ln -s /usr/local/bin/certbot /usr/bin/certbot