@fredzhangclaude update 经常卡死,写了个脚本对claude-code快速install update,支持下载离线包 中发帖

claude code 使用官方脚本install和update命令,经常黑窗口卡死且看不到进度 
官方的更新频率是真高,写个脚本方便频繁更新

写了个脚本,在 Windows / Linux / macOS 上安装和更新 Claude Code,

支持友好配置代理,不用开tun模式或全局
显示下载进度,拒绝黑窗口一直等待
支持下载离线安装包(copy到没有外网的机器下直接使用)

[image]
快速开始(或手动下载脚本执行)
Windows(PowerShell):
irm https://raw.githubusercontent.com/ipfred/cc-download/master/cc_download.ps1 | iex


Linux / macOS(bash):
curl -fsSL https://raw.githubusercontent.com/...