We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a59245 commit 3b03b9dCopy full SHA for 3b03b9d
registry/coder/modules/claude-code/scripts/install.sh
@@ -35,8 +35,8 @@ function install_claude_code_cli() {
35
if [ "$ARG_INSTALL_CLAUDE_CODE" = "true" ]; then
36
echo "Installing Claude Code via official installer"
37
set +e
38
-# curl -fsSL claude.ai/install.sh | bash -s -- "$ARG_CLAUDE_CODE_VERSION" 2>&1
39
- npm install -g @anthropic-ai/claude-code
+ curl -fsSL claude.ai/install.sh | bash -s -- "$ARG_CLAUDE_CODE_VERSION" 2>&1
+# npm install -g @anthropic-ai/claude-code
40
CURL_EXIT=${PIPESTATUS[0]}
41
set -e
42
if [ $CURL_EXIT -ne 0 ]; then
0 commit comments