We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70df28d + c20b9a1 commit 4ea3078Copy full SHA for 4ea3078
1 file changed
install.sh
@@ -27,8 +27,8 @@ VERSION="2.0.0"
27
CLAUDE_VERSION="latest"
28
29
# Official Anthropic download URLs
30
-DMG_URL_PRIMARY="https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest/Claude.dmg"
31
-DMG_URL_FALLBACK="https://claude.ai/api/desktop/darwin/universal/dmg/latest/redirect"
+DMG_URL_PRIMARY="https://claude.ai/api/desktop/darwin/universal/dmg/latest/redirect"
+DMG_URL_FALLBACK="https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest/Claude.dmg"
32
33
# Stub download URLs (from GitHub repo)
34
REPO_BASE="https://raw.githubusercontent.com/johnzfitch/claude-cowork-linux/master"
0 commit comments