fix tar.gz url
This commit is contained in:
@ -54,7 +54,7 @@ if [ ! -f "/opt/huntarr/package.json" ]; then
|
|||||||
$STD mkdir -p /opt/huntarr
|
$STD mkdir -p /opt/huntarr
|
||||||
|
|
||||||
# Try the known working repository
|
# 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
|
$STD tar -xzf "$temp_file" -C /opt/huntarr --strip-components=1
|
||||||
|
|
||||||
# Verify if this worked by listing files
|
# Verify if this worked by listing files
|
||||||
|
|||||||
Reference in New Issue
Block a user