Skip to content

Commit f5e9d76

Browse files
authored
Fix typo (#3636)
1 parent 3d4ba75 commit f5e9d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/prowlarr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mkdir -p /var/lib/prowlarr/
2323
chmod 775 /var/lib/prowlarr/
2424
cd /var/lib/prowlarr/ || exit
2525
RELEASE=$(curl -fsSL https://api.github.com/repos/Prowlarr/Prowlarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
26-
curl -fsSL "https://github.tcom/Prowlarr/Prowlarr/releases/download/v${RELEASE}/Prowlarr.master.${RELEASE}.linux-core-x64.tar.gz" -o "$temp_file"
26+
curl -fsSL "https://github.com/Prowlarr/Prowlarr/releases/download/v${RELEASE}/Prowlarr.master.${RELEASE}.linux-core-x64.tar.gz" -o "$temp_file"
2727
$STD tar -xvzf "$temp_file"
2828
mv Prowlarr /opt
2929
chmod 775 /opt/Prowlarr

0 commit comments

Comments
 (0)