New Script: huly

This commit is contained in:
bilulib
2025-06-14 00:40:39 +02:00
parent 3a72cf8d24
commit aae924a264
5 changed files with 560 additions and 1 deletions

View File

@ -30,7 +30,7 @@ msg_info "Setup uv"
setup_uv
msg_ok "Setup uv"
msg_info "Setting Up Huntarr"
msg_info "Settup Huntarr"
RELEASE=$(curl -fsSL https://api.github.com/repos/plexguide/Huntarr.io/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
temp_file=$(mktemp)
$STD curl -fsSL -o "$temp_file" "https://github.com/plexguide/Huntarr.io/archive/refs/tags/${RELEASE}.zip"