Update nginxproxymanager-install.sh

This commit is contained in:
Sam Heinz
2024-10-31 16:46:38 +10:00
parent 32c2b49569
commit 5bef4f7b2a

View File

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