Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ get_download_url() {
fi
fi

echo "https://github.com/sst/opencode/releases/download/v${version}/opencode-${platform}-${arch}.${ext}"
echo "https://github.com/anomalyco/opencode/releases/download/v${version}/opencode-${platform}-${arch}.${ext}"
}

install_opencode() {
Expand Down
2 changes: 1 addition & 1 deletion bin/list-all
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

releases_path="https://api.github.com/repos/sst/opencode/releases"
releases_path="https://api.github.com/repos/anomalyco/opencode/releases"

# Build curl arguments as an array to avoid eval
curl_args=(--retry 10 --retry-delay 2 -sfS)
Expand Down