Update umlautadaptarr-install.sh

This commit is contained in:
elvito 2025-04-16 20:21:17 +02:00 committed by GitHub
parent 49502595d3
commit 9d059cd0ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,6 @@ $STD apt-get install -y \
msg_info "Installing Umlautadaptarr"
temp_file=$(mktemp)
trap 'rm -f "$temp_file"' EXIT
RELEASE=$(curl -s https://api.github.com/repos/PCJones/Umlautadaptarr/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3)}')
curl -fsSL "https://github.com/PCJones/Umlautadaptarr/releases/download/${RELEASE}/linux-x64.zip" -o $temp_file
unzip -qj $temp_file '*/**' -d /opt/UmlautAdaptarr