mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
fix(sofmani): claude linux installer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user