Update omada-install.sh

This commit is contained in:
tteckster 2022-05-07 16:48:26 -04:00 committed by GitHub
parent 0c3e0777fa
commit 81d957999b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ sudo dpkg -i mongodb-org-server_3.6.23_amd64.deb &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing Omada Controller"
wget -qL https://static.tp-link.com/upload/software/2022/202203/20220322/Omada_SDN_Controller_v5.1.7_Linux_x64.deb
sudo dpkg -i Omada_SDN_Controller_v5.1.7_Linux_x64.deb &>/dev/null
wget -qL https://static.tp-link.com/upload/software/2022/202205/20220507/Omada_SDN_Controller_v5.3.1_Linux_x64.deb
sudo dpkg -i Omada_SDN_Controller_v5.3.1_Linux_x64.deb &>/dev/null
msg_ok "Installed Omada Controller"
PASS=$(grep -w "root" /etc/shadow | cut -b6);