InspIRCd install script broken (changed the release name) #1168

Closed
opened 2025-11-20 05:05:37 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @whoopsi-daisy on GitHub (May 26, 2025).

Have you read and understood the above guidelines?

Yes

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

Reporting for a friend:
InspIRCd

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.04

📝 Provide a clear and concise description of the issue.

Reciving error which abort the installation when running the script.

A user on Discord commented said: "they changed the release name" @tremor021 - thank you!

🔄 Steps to reproduce the issue.

Ran the script by default from copy paste from the website.

Paste the full error output (if available).

⠸Processing triggers for mailcap (3.70+nmu1) ...
⠼Processing triggers for libc-bin (2.36-9+deb12u10) ...
✔️ Core dependencies installed
⠼curl: (22) The requested URL returned error: 404

[ERROR] in line 19: exit code 0: while executing command curl -fsSL "https://github.com/inspircd/inspircd/releases/download/v${RELEASE}/inspircd_${RELEASE}.deb12u1_amd64.deb" -o $(basename "https://github.com/inspircd/inspircd/releases/download/v${RELEASE}/inspircd_${RELEASE}.deb12u1_amd64.deb")
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 74: SPINNER_PID: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @whoopsi-daisy on GitHub (May 26, 2025). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Reporting for a friend: InspIRCd ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/inspircd.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.04 ### 📝 Provide a clear and concise description of the issue. Reciving error which abort the installation when running the script. A user on Discord commented said: "they changed the release name" @tremor021 - thank you! ### 🔄 Steps to reproduce the issue. Ran the script by default from copy paste from the website. ### ❌ Paste the full error output (if available). ⠸Processing triggers for mailcap (3.70+nmu1) ... ⠼Processing triggers for libc-bin (2.36-9+deb12u10) ... ✔️ Core dependencies installed ⠼curl: (22) The requested URL returned error: 404 ⠴ [ERROR] in line 19: exit code 0: while executing command curl -fsSL "https://github.com/inspircd/inspircd/releases/download/v${RELEASE}/inspircd_${RELEASE}.deb12u1_amd64.deb" -o $(basename "https://github.com/inspircd/inspircd/releases/download/v${RELEASE}/inspircd_${RELEASE}.deb12u1_amd64.deb") curl: (22) The requested URL returned error: 400 /dev/fd/63: line 74: SPINNER_PID: unbound variable ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:05:37 -05:00
Author
Owner

@tremor021 commented on GitHub (May 26, 2025):

Fixed with #4720

@tremor021 commented on GitHub (May 26, 2025): Fixed with #4720
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1168