mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-11 13:21:03 +00:00
Fix incorrect AUR namespace (#1907)
This commit is contained in:
parent
69d516c7fa
commit
00579f0ec1
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ if (!snapshot) {
|
|||
// "",
|
||||
// ].join("\n")
|
||||
|
||||
// for (const pkg of ["opencode"]) {
|
||||
// for (const pkg of ["opencode-bin"]) {
|
||||
// await $`rm -rf ./dist/aur-${pkg}`
|
||||
// await $`git clone ssh://aur@aur.archlinux.org/${pkg}.git ./dist/aur-${pkg}`
|
||||
// await $`cd ./dist/aur-${pkg} && git checkout master`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue