Skip to content

Commit 19c3b1d

Browse files
authored
Update omada.sh
1 parent af4b833 commit 19c3b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/omada.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function update_script() {
3232
msg_error "No ${APP} Installation Found!"
3333
exit
3434
fi
35-
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)
35+
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)
3636
latest_version=$(basename "$latest_url")
3737
if [ -z "${latest_version}" ]; then
3838
msg_error "It seems that the server (tp-link.com) might be down. Please try again at a later time."

0 commit comments

Comments
 (0)