mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Option to disable IPv6 (#986)
This commit is contained in:
parent
61df2ea119
commit
6964f82b4d
160 changed files with 889 additions and 22 deletions
|
@ -110,13 +110,13 @@ chmod +x install.sh
|
|||
./install.sh --unattended options.conf &>/dev/null
|
||||
msg_ok "Installed WireGuard"
|
||||
|
||||
msg_info "Installing pip3"
|
||||
msg_info "Installing Python3-pip"
|
||||
apt-get install python3-pip -y &>/dev/null
|
||||
pip install flask &>/dev/null
|
||||
pip install ifcfg &>/dev/null
|
||||
pip install flask_qrcode &>/dev/null
|
||||
pip install icmplib &>/dev/null
|
||||
msg_ok "Installed pip3"
|
||||
msg_ok "Installed Python3-pip"
|
||||
|
||||
msg_info "Installing WGDashboard"
|
||||
WGDREL=$(curl -s https://api.github.com/repos/donaldzou/WGDashboard/releases/latest |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue