Update nginxproxymanager-install.sh
tweak
This commit is contained in:
parent
68e3b934ab
commit
5bf0944dd9
1 changed files with 12 additions and 11 deletions
|
@ -30,7 +30,7 @@ $STD apt-get -y install \
|
|||
git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing Python"
|
||||
msg_info "Updating Python"
|
||||
$STD apt-get install -y \
|
||||
python3 \
|
||||
python3-dev \
|
||||
|
@ -39,8 +39,9 @@ python3-venv \
|
|||
python3-cffi \
|
||||
python3-certbot \
|
||||
python3-certbot-dns-cloudflare
|
||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||
$STD python3 -m venv /opt/certbot/
|
||||
msg_ok "Installed Python"
|
||||
msg_ok "Updated Python"
|
||||
|
||||
VERSION="$(awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue