We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c3b1d commit 0aeec14Copy full SHA for 0aeec14
install/omada-install.sh
@@ -38,7 +38,7 @@ wget -qL https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/3.6/multiv
38
$STD dpkg -i mongodb-org-server_3.6.23_amd64.deb
39
msg_ok "Installed MongoDB"
40
41
-latest_url=$(curl -s "https://www.vigi.com/de/support/download/omada-software-controller/" | grep -o 'https://static\.tp-link\.com/upload/software/[^"]*linux_x64[^"]*\.deb' | head -n 1)
+latest_url=$(curl -s "https://support.omadanetworks.com/en/product/omada-software-controller/?resourceType=download" | grep -o 'https://static\.tp-link\.com/upload/software/[^"]*linux_x64[^"]*\.deb' | head -n 1)
42
latest_version=$(basename "$latest_url")
43
44
msg_info "Installing Omada Controller"
0 commit comments