mirror of
https://github.com/linuxserver/docker-jackett.git
synced 2026-02-05 11:07:49 +08:00
2 lines
178 B
Plaintext
2 lines
178 B
Plaintext
LATEST=$(curl -s -i https://github.com/Jackett/Jackett/releases/latest -L | egrep -A 10 '301 Moved Permanently|302 Found' | grep 'Location' | awk -F': ' '{print $2}' | tail -1)
|