agent: Finally found a way to install claude again
This commit is contained in:
parent
7b9d6af5a1
commit
5ec93c1092
1 changed files with 4 additions and 3 deletions
|
|
@ -6,8 +6,9 @@
|
|||
# run "./install-claude.sh" to make sure dependencies are satisfied
|
||||
|
||||
|
||||
# claude code
|
||||
|
||||
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
|
||||
sudo apt-get install -y nodejs
|
||||
# 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...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue