-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
β 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working