Update omada-install.sh

v5.6.3
This commit is contained in:
tteckster 2022-10-30 16:41:08 -04:00 committed by GitHub
parent bbd664af7c
commit 65bc3db7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -84,9 +84,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
msg_ok "Installed Dependencies"
msg_info "Installing Omada Controller v5.5.6"
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.5.6_Linux_x64.deb &>/dev/null
msg_info "Installing Omada Controller v5.6.3"
wget -qL https://static.tp-link.com/upload/software/2022/202210/20221024/Omada_SDN_Controller_v5.6.3_Linux_x64.deb
sudo dpkg -i Omada_SDN_Controller_v5.6.3_Linux_x64.deb &>/dev/null
msg_ok "Installed Omada Controller"
PASS=$(grep -w "root" /etc/shadow | cut -b6)