forked from forkanization/Proxmox-arm64
Revert to old nginx proxy manager script
This commit is contained in:
@@ -29,8 +29,7 @@ $STD apt-get -y install \
|
|||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
wget \
|
wget \
|
||||||
openssh-server \
|
openssh-server
|
||||||
golang
|
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Python Dependencies"
|
msg_info "Installing Python Dependencies"
|
||||||
@@ -39,11 +38,11 @@ $STD apt-get install -y \
|
|||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
python3-cffi
|
python3-cffi \
|
||||||
$STD pip3 install pip --upgrade
|
python3-certbot \
|
||||||
$STD pip3 install certbot certbot-dns-multi
|
python3-certbot-dns-cloudflare
|
||||||
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||||
$STD python3 -m venv /opt/certbot/
|
$STD python3 -m venv /opt/certbot/
|
||||||
ln -s /usr/local/bin/certbot /usr/bin/certbot
|
|
||||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||||
msg_ok "Installed Python Dependencies"
|
msg_ok "Installed Python Dependencies"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user