CoolFace
Apppublic

xmeta-dev/agent-base

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes
install-claude.sh14 linesDownload Raw Back to scripts
1#!/bin/sh2set -e3 4# ============================================================5# Claude CLI (Anthropic) 安装脚本6# 依赖: curl, ca-certificates7# ============================================================8 9echo ">>> Installing Claude CLI ..."10 11curl -fsSL https://claude.ai/install.sh | bash12 13echo ">>> Claude CLI installation completed."14