Skip to content

Fix curl installer package install path#182

Merged
LiranCohen merged 1 commit into
mainfrom
fix/curl-install-package
Jun 23, 2026
Merged

Fix curl installer package install path#182
LiranCohen merged 1 commit into
mainfrom
fix/curl-install-package

Conversation

@LiranCohen

Copy link
Copy Markdown
Contributor

Summary

  • change install.sh to install @enbox/gitd with Bun instead of downloading Bun-compiled standalone release artifacts
  • bootstrap Bun when it is missing and link wrappers into ~/.gitd/bin
  • disable standalone artifact upload workflows until gitd no longer depends on native packages that need platform-local install
  • update README install wording and add a patch changeset

Verification

  • bash -n install.sh
  • git diff --check origin/main...HEAD
  • python3 -c "import yaml; yaml.safe_load(open('.github/workflows/npm-release.yml')); yaml.safe_load(open('.github/workflows/release.yml'))"
  • temporary HOME install: bash install.sh --version 0.9.6 --no-modify-path then ~/.gitd/bin/gitd --version

@LiranCohen
LiranCohen merged commit c186b0e into main Jun 23, 2026
4 checks passed
@LiranCohen
LiranCohen deleted the fix/curl-install-package branch June 23, 2026 16:53
@github-actions github-actions Bot mentioned this pull request Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant