Skip to content

Commit 0aeec14

Browse files
authored
Update omada-install.sh
1 parent 19c3b1d commit 0aeec14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/omada-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ wget -qL https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/3.6/multiv
3838
$STD dpkg -i mongodb-org-server_3.6.23_amd64.deb
3939
msg_ok "Installed MongoDB"
4040

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)
41+
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)
4242
latest_version=$(basename "$latest_url")
4343

4444
msg_info "Installing Omada Controller"

0 commit comments

Comments
 (0)