Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: shell installer #261

Merged
merged 2 commits into from
Oct 30, 2024
Merged

feat: shell installer #261

merged 2 commits into from
Oct 30, 2024

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Oct 30, 2024

closes #222

Summary

Easier spawn installer. Tested on linux & macos

@Reecepbcups Reecepbcups marked this pull request as ready for review October 30, 2024 17:06
@Reecepbcups Reecepbcups merged commit 9432d5d into release/v0.50 Oct 30, 2024
11 checks passed
@Reecepbcups Reecepbcups deleted the reece/shell-installer branch October 30, 2024 17:07
@Reecepbcups
Copy link
Member Author

a shell; script like this which sets up your env if it is not correctly would be nice too

curl -sSL https://raw.githubusercontent.com/rollchains/spawn/release/v0.50/install.sh | bash -s -- v0.50.10

Where that would then run

  • get OS
  • check if x is installed, if not, try to install it if you can
  • setup go if not
  • setup jq if not
  • etc

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.

add homebrew / curl install support
1 participant