changed update url #20

Merged
fl4m1nx0 merged 1 commits from profilarr-script into dev 2025-07-22 15:33:26 +02:00

View File

@ -59,7 +59,7 @@ function update_script() {
# Execute Update
msg_info "Updating $APP to ${RELEASE}"
temp_file=$(mktemp)
curl -fsSL -o "$temp_file" "https://github.com/Dictionarry-Hub/profilarr/archive/refs/tags/${RELEASE}.zip"
curl -fsSL -o "$temp_file" "https://github.com/BiluliB/profilarr/archive/refs/tags/${RELEASE}.zip"
unzip -q -o "$temp_file" -d /tmp
# Find the actual extracted directory name