mirror of https://github.com/tteck/Proxmox.git
v5.5.6
This commit is contained in:
parent
ac18ede76b
commit
d93c146b87
|
@ -69,9 +69,9 @@ wget -qL https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/3.6/multiv
|
||||||
sudo dpkg -i mongodb-org-server_3.6.23_amd64.deb &>/dev/null
|
sudo dpkg -i mongodb-org-server_3.6.23_amd64.deb &>/dev/null
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Omada Controller v5.4.6"
|
msg_info "Installing Omada Controller v5.5.6"
|
||||||
wget -qL https://static.tp-link.com/upload/software/2022/202207/20220729/Omada_SDN_Controller_v5.4.6_Linux_x64.deb
|
wget -qL https://static.tp-link.com/upload/software/2022/202208/20220822/Omada_SDN_Controller_v5.5.6_Linux_x64.deb
|
||||||
sudo dpkg -i Omada_SDN_Controller_v5.4.6_Linux_x64.deb &>/dev/null
|
sudo dpkg -i Omada_SDN_Controller_v5.5.6_Linux_x64.deb &>/dev/null
|
||||||
msg_ok "Installed Omada Controller"
|
msg_ok "Installed Omada Controller"
|
||||||
|
|
||||||
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
||||||
|
|
Loading…
Reference in New Issue