From 620dbd7bccb64aef2ffa7f159658d87b584eda43 Mon Sep 17 00:00:00 2001 From: fl4m1nx0 Date: Tue, 22 Jul 2025 13:26:23 +0000 Subject: [PATCH] change version to own github version --- ct/profilarr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/profilarr.sh b/ct/profilarr.sh index fd89e1f..2ec30f5 100644 --- a/ct/profilarr.sh +++ b/ct/profilarr.sh @@ -32,7 +32,7 @@ function update_script() { fi setup_uv # Crawling the new version and checking whether an update is required - RELEASE=$(curl -fsSL https://api.github.com/repos/Dictionarry-Hub/profilarr/releases/latest | grep "tag_name" | cut -d'"' -f4) + RELEASE=$(curl -fsSL https://api.github.com/repos/BiluliB/profilarr/releases/latest | grep "tag_name" | cut -d'"' -f4) if [[ -z "$RELEASE" ]]; then msg_error "Failed to fetch latest release version" exit 1