From 4eb3a9c2c3dc0470bb763f3dca4fa1f9916ce5b7 Mon Sep 17 00:00:00 2001 From: fl4m1nx0 Date: Tue, 22 Jul 2025 13:33:11 +0000 Subject: [PATCH] changed update url --- ct/profilarr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/profilarr.sh b/ct/profilarr.sh index 9ca2e28..e8b05ee 100644 --- a/ct/profilarr.sh +++ b/ct/profilarr.sh @@ -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