install claude code

This commit is contained in:
lachtan
2026-01-15 05:43:27 +00:00
parent ac6c6203c3
commit 7884d4fb61

9
install/claude-code.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# https://code.claude.com/docs/en/setup
set -E -o errexit -o nounset -o pipefail
set -x
curl -fsSL https://claude.ai/install.sh | bash