This repository was archived by the owner on Sep 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-27
lines changed Expand file tree Collapse file tree 2 files changed +17
-27
lines changed Original file line number Diff line number Diff line change @@ -33,21 +33,21 @@ checksum:
3333 name_template : " checksums.txt"
3434snapshot :
3535 name_template : " 0.0.0-{{ .Timestamp }}"
36- aurs :
37- - name : opencode
38- homepage : " https://github.com/opencode-ai/opencode"
39- description : " terminal based agent that can build anything"
40- maintainers :
41- - " kujtimiihoxha <kujtimii.h@gmail.com>"
42- license : " MIT"
43- private_key : " {{ .Env.AUR_KEY }}"
44- git_url : " ssh://aur@aur.archlinux.org/opencode-bin .git"
45- provides :
46- - opencode
47- conflicts :
48- - opencode
49- package : |-
50- install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
36+ # aurs:
37+ # - name: opencode
38+ # homepage: "https://github.com/opencode-ai/opencode"
39+ # description: "terminal based agent that can build anything"
40+ # maintainers:
41+ # - "kujtimiihoxha <kujtimii.h@gmail.com>"
42+ # license: "MIT"
43+ # private_key: "{{ .Env.AUR_KEY }}"
44+ # git_url: "ssh://aur@aur.archlinux.org/opencode-ai .git"
45+ # provides:
46+ # - opencode
47+ # conflicts:
48+ # - opencode
49+ # package: |-
50+ # install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
5151brews :
5252 - repository :
5353 owner : opencode-ai
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ OpenCode is a Go-based CLI application that brings AI assistance to your termina
2626
2727``` bash
2828# Install the latest version
29- curl -fsSL https://opencode.ai /install | bash
29+ curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/main /install | bash
3030
3131# Install a specific version
32- curl -fsSL https://opencode.ai /install | VERSION=0.1.0 bash
32+ curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/main /install | VERSION=0.1.0 bash
3333```
3434
3535### Using Homebrew (macOS and Linux)
@@ -38,16 +38,6 @@ curl -fsSL https://opencode.ai/install | VERSION=0.1.0 bash
3838brew install opencode-ai/tap/opencode
3939```
4040
41- ### Using AUR (Arch Linux)
42-
43- ``` bash
44- # Using yay
45- yay -S opencode-bin
46-
47- # Using paru
48- paru -S opencode-bin
49- ```
50-
5141### Using Go
5242
5343``` bash
You can’t perform that action at this time.
0 commit comments