agent: Finally found a way to install claude again

This commit is contained in:
2025-09-23 02:24:09 +02:00
parent 7b9d6af5a1
commit 5ec93c1092

View File

@@ -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...