fix tar.gz url

This commit is contained in:
12e70ig
2025-05-07 01:15:26 +02:00
parent a3f28b1c4f
commit 9b2ba81dc2

View File

@ -54,7 +54,7 @@ if [ ! -f "/opt/huntarr/package.json" ]; then
$STD mkdir -p /opt/huntarr
# Try the known working repository
$STD curl -fsSL "https://github.com/huntarr/huntarr/archive/refs/heads/master.tar.gz" -o "$temp_file"
$STD curl -fsSL "https://github.com/plexguide/Huntarr.io/archive/refs/tags/6.2.23.tar.gz" -o "$temp_file"
$STD tar -xzf "$temp_file" -C /opt/huntarr --strip-components=1
# Verify if this worked by listing files