From 01ff0a2dc7e257da4e61c04e6f1cb876e8117c9b Mon Sep 17 00:00:00 2001 From: Albert Ribera Date: Thu, 3 Apr 2025 13:05:05 +0200 Subject: [PATCH] Update prowlarr.sh (#3640) Fixed a typo in a link --- ct/prowlarr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh index 73453f1b6..c18ba36bd 100644 --- a/ct/prowlarr.sh +++ b/ct/prowlarr.sh @@ -33,7 +33,7 @@ function update_script() { temp_file="$(mktemp)" rm -rf /opt/Prowlarr RELEASE=$(curl -fsSL https://api.github.com/repos/Prowlarr/Prowlarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') - curl -fsSL "https://github.tcom/Prowlarr/Prowlarr/releases/download/v${RELEASE}/Prowlarr.master.${RELEASE}.linux-core-x64.tar.gz" -o "$temp_file" + curl -fsSL "https://github.com/Prowlarr/Prowlarr/releases/download/v${RELEASE}/Prowlarr.master.${RELEASE}.linux-core-x64.tar.gz" -o "$temp_file" $STD tar -xvzf "$temp_file" mv Prowlarr /opt chmod 775 /opt/Prowlarr