zitadel script fails to get latest version from github #751

Closed
opened 2026-02-04 21:15:21 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @ja-softdevel on GitHub (Apr 4, 2025).

Have you read and understood the above guidelines?

yes

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

zitadel

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

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

📝 Provide a clear and concise description of the issue.

 ⠋ Installing Zitadel 
[ERROR] in line 42: exit code 0: while executing command RELEASE=$(curl -fsSL https://github.com/zitadel/zitadel/releases/latest | grep location: | cut ') '/' -f 8 | tr -d '

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

run the bash script for zitadel

Paste the full error output (if available).

running bash script on pve host

🖼️ Additional context (optional).

I found that this like works.

RELEASE=$(curl -fsSL https://github.com/zitadel/zitadel/releases/latest | grep -m1 "/releases/tag/v" | cut -d '/' -f 8 | tr -d '"')
Originally created by @ja-softdevel on GitHub (Apr 4, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? zitadel ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zitadel.sh)" ### 📝 Provide a clear and concise description of the issue. ``` ⠋ Installing Zitadel [ERROR] in line 42: exit code 0: while executing command RELEASE=$(curl -fsSL https://github.com/zitadel/zitadel/releases/latest | grep location: | cut ') '/' -f 8 | tr -d ' ``` ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. run the bash script for zitadel ### ❌ Paste the full error output (if available). running bash script on pve host ### 🖼️ Additional context (optional). I found that this like works. ``` RELEASE=$(curl -fsSL https://github.com/zitadel/zitadel/releases/latest | grep -m1 "/releases/tag/v" | cut -d '/' -f 8 | tr -d '"') ```
OVERLORD added the bug label 2026-02-04 21:15:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#751