Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 0e58120

Browse files
committed
Fix yet another breaking change to their release pages
1 parent 6fdff1f commit 0e58120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
APP_VERSION=$(curl -sL https://www.tp-link.com/uk/support/download/omada-software-controller/ \
3+
APP_VERSION=$(curl -sL https://www.tp-link.com/uk/support/download/omada-software-controller/v4/ \
44
| grep -E -m 1 -io 'https?://[^ ]+.tar.gz' \
55
| awk -F "/" '{print $NF}' \
66
| awk -F '_' '{print $4}');

0 commit comments

Comments
 (0)