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 af4b833 commit 19c3b1dCopy full SHA for 19c3b1d
ct/omada.sh
@@ -32,7 +32,7 @@ function update_script() {
32
msg_error "No ${APP} Installation Found!"
33
exit
34
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)
+ 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)
36
latest_version=$(basename "$latest_url")
37
if [ -z "${latest_version}" ]; then
38
msg_error "It seems that the server (tp-link.com) might be down. Please try again at a later time."
0 commit comments