Frigate LXC - version 14.1 hardcoded, does not install the latest version (line 57) #508

Closed
opened 2026-02-04 19:23:33 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @denespeti on GitHub (Feb 17, 2025).

Have you read and understood the above guidelines?

yes

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

Frigate LXC

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/frigate.sh)"

📝 Provide a clear and concise description of the issue.

Not a programmer myself, but tried to update Frigate to 15.0 (latest) by reinstalling, but kept installing 14.1. Looking at the source code I realized that line 57 has the version hardcoded, although few lines above it seems to check for latest.

Line 51:
#RELEASE=$(curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | jq -r '.tag_name')

Still, line 57 says:
wget -q https://github.com/blakeblackshear/frigate/archive/refs/tags/v0.14.1.tar.gz -O frigate.tar.gz

Tried to understand how these scripts are working, unfortunately I was unable to do so.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Install by the default script initialization

Paste the full error output (if available).

🖼️ Additional context (optional).

No response

Originally created by @denespeti on GitHub (Feb 17, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Frigate LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/frigate.sh)" ### 📝 Provide a clear and concise description of the issue. Not a programmer myself, but tried to update Frigate to 15.0 (latest) by reinstalling, but kept installing 14.1. Looking at the source code I realized that line 57 has the version hardcoded, although few lines above it seems to check for latest. Line 51: #RELEASE=$(curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | jq -r '.tag_name') Still, line 57 says: wget -q https://github.com/blakeblackshear/frigate/archive/refs/tags/**v0.14.1.tar.gz** -O frigate.tar.gz Tried to understand how these scripts are working, unfortunately I was unable to do so. ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Install by the default script initialization ### ❌ Paste the full error output (if available). - ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issuewontdo labels 2026-02-04 19:23:33 +03:00
Author
Owner

@MickLesk commented on GitHub (Feb 17, 2025):

Read discussion

@MickLesk commented on GitHub (Feb 17, 2025): Read discussion
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#508