Skip to content

Commit 01ff0a2

Browse files
authored
Update prowlarr.sh (#3640)
Fixed a typo in a link
1 parent 8884514 commit 01ff0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/prowlarr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function update_script() {
3333
temp_file="$(mktemp)"
3434
rm -rf /opt/Prowlarr
3535
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"
36+
curl -fsSL "https://github.com/Prowlarr/Prowlarr/releases/download/v${RELEASE}/Prowlarr.master.${RELEASE}.linux-core-x64.tar.gz" -o "$temp_file"
3737
$STD tar -xvzf "$temp_file"
3838
mv Prowlarr /opt
3939
chmod 775 /opt/Prowlarr

0 commit comments

Comments
 (0)