We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8884514 commit 01ff0a2Copy full SHA for 01ff0a2
ct/prowlarr.sh
@@ -33,7 +33,7 @@ function update_script() {
33
temp_file="$(mktemp)"
34
rm -rf /opt/Prowlarr
35
RELEASE=$(curl -fsSL https://api.github.com/repos/Prowlarr/Prowlarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
36
- 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"
37
$STD tar -xvzf "$temp_file"
38
mv Prowlarr /opt
39
chmod 775 /opt/Prowlarr
0 commit comments