From 5ec93c1092fb467b5a55e82387ab88d13cbe1750 Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 23 Sep 2025 02:24:09 +0200 Subject: [PATCH] agent: Finally found a way to install claude again --- install-claude.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install-claude.sh b/install-claude.sh index 50bdcca9..6d2165bf 100644 --- a/install-claude.sh +++ b/install-claude.sh @@ -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...