mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "fc49442ff871eebc72569bbf319df30a6d539b94" and "273dc38c8acc58a33f737ec31a49e9267b299bae" have entirely different histories.
fc49442ff8
...
273dc38c8a
|
@ -30,7 +30,7 @@ $STD apt-get -y install \
|
|||
git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing Python Dependencies"
|
||||
msg_info "Updating Python"
|
||||
$STD apt-get install -y \
|
||||
python3 \
|
||||
python3-dev \
|
||||
|
@ -39,9 +39,9 @@ $STD apt-get install -y \
|
|||
python3-cffi \
|
||||
python3-certbot \
|
||||
python3-certbot-dns-cloudflare
|
||||
$STD pip3 install certbot_dns_porkbun
|
||||
|
||||
$STD python3 -m venv /opt/certbot/
|
||||
msg_ok "Installed Python Dependencies"
|
||||
msg_ok "Updated Python"
|
||||
|
||||
VERSION="$(awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue