mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "1672c7fc0eb6e61a51f6a93c21fedb962efafcec" and "8895888df211b0af4347248d77e3dafa31e8b3dd" have entirely different histories.
1672c7fc0e
...
8895888df2
|
@ -68,11 +68,7 @@ exit
|
|||
fi
|
||||
if [ "$UPD" == "2" ]; then
|
||||
if [[ -f /etc/systemd/system/wg-dashboard.service ]]; then
|
||||
msg_info "Updating WGDashboard"
|
||||
cd /etc/wgdashboard/src
|
||||
yes "Y" | sudo ./wgd.sh update &>/dev/null
|
||||
sudo chmod u+x wgd.sh
|
||||
msg_ok "Updated Successfully"
|
||||
msg_error "Existing WGDashboard Installation Found!";
|
||||
exit
|
||||
fi
|
||||
IP=$(hostname -I | awk '{print $1}')
|
||||
|
|
|
@ -37,8 +37,10 @@ $STD apt-get install -y \
|
|||
python3-pip \
|
||||
python3-venv \
|
||||
python3-cffi \
|
||||
python3-certbot
|
||||
$STD pip3 install certbot-dns-multi
|
||||
python3-certbot \
|
||||
python3-certbot-dns-cloudflare
|
||||
$STD pip3 install certbot_dns_porkbun
|
||||
$STD pip3 install certbot-dns-duckdns
|
||||
$STD python3 -m venv /opt/certbot/
|
||||
msg_ok "Installed Python Dependencies"
|
||||
|
||||
|
|
Loading…
Reference in New Issue