Frigate script install old release #788

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

Originally created by @ramirez22-fr on GitHub (Apr 9, 2025).

Have you read and understood the above guidelines?

yes

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

Frigate

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

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

📝 Provide a clear and concise description of the issue.

Hello.
First, many thx for this great job.
I found an error when I try to install last Frigate release (0.15.0).
The release installed is 0.14.1.
I think there is an error in the script.
The old version of the script (here) specify in line 57 wget -q https://github.com/blakeblackshear/frigate/archive/refs/tags/${RELEASE}.tar.gz -O frigate.tar.gz
The new version of the script (here) specify in line 57 curl -fsSL "https://github.com/blakeblackshear/frigate/archive/refs/tags/v0.14.1.tar.gz" -o "frigate.tar.gz"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

Just launch the script to create a new Frigate CT

Paste the full error output (if available).

No error message

🖼️ Additional context (optional).

No response

Originally created by @ramirez22-fr on GitHub (Apr 9, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Frigate ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh)" ### 📝 Provide a clear and concise description of the issue. Hello. First, many thx for this great job. I found an error when I try to install last Frigate release (0.15.0). The release installed is 0.14.1. I think there is an error in the script. The old version of the script ([here](https://github.com/tteck/Proxmox/blob/main/install/frigate-install.sh)) specify in line 57 `wget -q https://github.com/blakeblackshear/frigate/archive/refs/tags/${RELEASE}.tar.gz -O frigate.tar.gz` The new version of the script ([here](https://github.com/community-scripts/ProxmoxVE/blob/main/install/frigate-install.sh)) specify in line 57 `curl -fsSL "https://github.com/blakeblackshear/frigate/archive/refs/tags/v0.14.1.tar.gz" -o "frigate.tar.gz"` ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. Just launch the script to create a new Frigate CT ### ❌ Paste the full error output (if available). No error message ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 21:32:44 +03:00
Author
Owner

@ramirez22-fr commented on GitHub (Apr 9, 2025):

Hello. Sorry, I'm not a Github user, so I doesn't saw the duplicate issue. Could you give me a link please ?
And sorry too for my bad English 😅

@ramirez22-fr commented on GitHub (Apr 9, 2025): Hello. Sorry, I'm not a Github user, so I doesn't saw the duplicate issue. Could you give me a link please ? And sorry too for my bad English 😅
Author
Owner

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

https://github.com/community-scripts/ProxmoxVE/discussions/2187

@MickLesk commented on GitHub (Apr 9, 2025): https://github.com/community-scripts/ProxmoxVE/discussions/2187
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#788