agent: Finally found a way to install claude again
This commit is contained in:
@@ -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...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user