File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5959 chmod 600 ~/.ssh/id_rsa
6060 git config --global user.email "[email protected] " 6161 git config --global user.name "opencode"
62- ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts
62+ ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts || true
6363 - name : Install dependencies
6464 run : bun install
6565
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ if (!snapshot) {
9797 const macX64Sha = await $ `sha256sum ./dist/opencode-darwin-x64.zip | cut -d' ' -f1` . text ( ) . then ( ( x ) => x . trim ( ) )
9898 const macArm64Sha = await $ `sha256sum ./dist/opencode-darwin-arm64.zip | cut -d' ' -f1` . text ( ) . then ( ( x ) => x . trim ( ) )
9999
100- // AUR package
100+ /* AUR package - commented out as AUR is down
101101 const pkgbuild = [
102102 "# Maintainer: dax",
103103 "# Maintainer: adam",
@@ -136,6 +136,7 @@ if (!snapshot) {
136136 await $`cd ./dist/aur-${pkg} && git commit -m "Update to v${version}"`
137137 if (!dry) await $`cd ./dist/aur-${pkg} && git push`
138138 }
139+ */
139140
140141 // Homebrew formula
141142 const homebrewFormula = [
You can’t perform that action at this time.
0 commit comments