From 32e234d351fd15c1833e433835d386fc6a75d5a9 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Mon, 27 Apr 2026 16:59:30 +0000 Subject: [PATCH] fix(sofmani): claude linux installer --- .config/sofmani.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sofmani.yml b/.config/sofmani.yml index 2e544ea7..77f02f51 100644 --- a/.config/sofmani.yml +++ b/.config/sofmani.yml @@ -803,8 +803,8 @@ install: only: ["linux"] check_has_update: '[ "$(claude --version 2>/dev/null | head -1 | grep -oE "[0-9]+\.[0-9]+\.[0-9]+")" != "$(curl -fsSL https://registry.npmjs.org/@anthropic-ai/claude-code/latest | jq -r .version)" ]' opts: - command: curl -fsSL https://cli.anthropic.com/install.sh | sh - update_command: curl -fsSL https://cli.anthropic.com/install.sh | sh + command: curl -fsSL https://claude.ai/install.sh | bash + update_command: curl -fsSL https://claude.ai/install.sh | bash - name: opencode type: brew