Prowlarr script typo #742

Closed
opened 2026-02-04 21:11:42 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @nabders on GitHub (Apr 3, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

prowlarr

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prowlarr.sh)"

📝 Provide a clear and concise description of the issue.

There is a typo in line 26 that causes the script to fail.
'curl -fsSL "https://github.tcom/Prowlarr/Prowlarr/releases/download/v${RELEASE}/Prowlarr.master.${RELEASE}.linux-core-x64.tar.gz" -o "$temp_file"'

The ".tcom' is unreachable, so the LXC fails to finish.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Run the install command.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prowlarr.sh)"

Paste the full error output (if available).

⠹curl: (6) Could not resolve host: github.tcom

[ERROR] in line 26: exit code 0: while executing command curl -fsSL "https://github.tcom/Prowlarr/Prowlarr/releases/download/v${RELEASE}/Prowlarr.master.${RELEASE}.linux-core-x64.tar.gz" -o "$temp_file"
curl: (22) The requested URL returned error: 400

🖼️ Additional context (optional).

No response

Originally created by @nabders on GitHub (Apr 3, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? prowlarr ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prowlarr.sh)" ### 📝 Provide a clear and concise description of the issue. There is a typo in line 26 that causes the script to fail. 'curl -fsSL "https://github.tcom/Prowlarr/Prowlarr/releases/download/v${RELEASE}/Prowlarr.master.${RELEASE}.linux-core-x64.tar.gz" -o "$temp_file"' The ".tcom' is unreachable, so the LXC fails to finish. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Run the install command. bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prowlarr.sh)" ### ❌ Paste the full error output (if available). ⠹curl: (6) Could not resolve host: github.tcom ⠸ [ERROR] in line 26: exit code 0: while executing command curl -fsSL "https://github.tcom/Prowlarr/Prowlarr/releases/download/v${RELEASE}/Prowlarr.master.${RELEASE}.linux-core-x64.tar.gz" -o "$temp_file" curl: (22) The requested URL returned error: 400 ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 21:11:42 +03:00
Author
Owner

@tremor021 commented on GitHub (Apr 3, 2025):

Oops, yea, i fat fingered that one it seems. Fix incoming

@tremor021 commented on GitHub (Apr 3, 2025): Oops, yea, i fat fingered that one it seems. Fix incoming
Author
Owner

@MickLesk commented on GitHub (Apr 3, 2025):

This is what happens when you drink too much sangria in the Balkans

@MickLesk commented on GitHub (Apr 3, 2025): This is what happens when you drink too much sangria in the Balkans
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#742