This commit is contained in:
tteckster 2022-08-23 08:36:08 -04:00 committed by GitHub
parent ac18ede76b
commit d93c146b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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);