Update nginxproxymanager-install.sh
tweak
This commit is contained in:
parent
57b9cde44d
commit
38d3f2c868
1 changed files with 2 additions and 1 deletions
|
@ -37,8 +37,9 @@ $STD apt-get install -y \
|
|||
python3-pip \
|
||||
python3-venv \
|
||||
python3-cffi \
|
||||
python3-certbot \
|
||||
python3-certbot-dns-cloudflare
|
||||
$STD pip3 install certbot certbot-dns-multi
|
||||
$STD pip3 install certbot-dns-multi
|
||||
$STD python3 -m venv /opt/certbot/
|
||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||
msg_ok "Installed Python Dependencies"
|
||||
|
|
Loading…
Reference in a new issue