-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Description
Hi, please add install scripts for Camel Launcher on Camel website? like those in Claude Code / JBang / and plenty of other CLI tools.
curl -fsSL https://claude.ai/install.sh | bash
curl -Ls https://sh.jbang.dev/ | bash -s - app setup
powershell: irm https://claude.ai/install.ps1 | iex
Currently, I use manual steps such as:
https://repo1.maven.org/maven2/org/apache/camel/camel-launcher/4.17.0/camel-launcher-4.17.0-bin.zip
unzip camel-launcher-*-bin.zip
cd camel-launcher-*/
chmod +x bin/camel.sh
mkdir -p $HOME/.local/bin
ln -sf "$PWD/bin/camel.sh" "$HOME/.local/bin/camel"
Metadata
Metadata
Assignees
Labels
No labels