Crafty Controller LXC update command has wrong URL #1105

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

Originally created by @vladejj on GitHub (Jun 16, 2025).

Have you read and understood the above guidelines?

yes

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

Crafty Controller LXC

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

The built in "update" command has wrong URL for the script. This is the command:
./usr/bin/update:bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/ct/crafty-controller.sh)" this returns error code 404.

The correct URL is .../ProxmoxVE/main/ct/... and the command should be:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/crafty-controller.sh)"

🔄 Steps to reproduce the issue.

Execute the update command in the LXC container.

Paste the full error output (if available).

curl: (22) The requested URL returned error: 404

🖼️ Additional context (optional).

No response

Originally created by @vladejj on GitHub (Jun 16, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Crafty Controller LXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/crafty-controller.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. The built in "update" command has wrong URL for the script. This is the command: ./usr/bin/update:bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/ct/crafty-controller.sh)" this returns error code 404. The correct URL is .../ProxmoxVE/main/ct/... and the command should be: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/crafty-controller.sh)" ### 🔄 Steps to reproduce the issue. Execute the update command in the LXC container. ### ❌ Paste the full error output (if available). curl: (22) The requested URL returned error: 404 ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 23:06:33 +03:00
Author
Owner

@MickLesk commented on GitHub (Jun 16, 2025):

Need to Increase manually, we dont have Checks for this. Ive Build the Script and the correct url is linked

@MickLesk commented on GitHub (Jun 16, 2025): Need to Increase manually, we dont have Checks for this. Ive Build the Script and the correct url is linked
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1105