15 lines
314 B
Bash
15 lines
314 B
Bash
#!/bin/sh
|
|
#
|
|
# install-claude.sh - install claude code
|
|
#
|
|
# USAGE
|
|
# run "./install-claude.sh" to make sure dependencies are satisfied
|
|
|
|
|
|
|
|
# install claude code
|
|
sudo npm install -g @anthropic-ai/claude-code
|
|
|
|
# There is some insane trubble with curl and Ubunutu 24.04 so I use this approach as the 102nd I tried...
|
|
|