-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
docs: add scoop installation method #9818
Conversation
As i posted in the #9806 PR
I'll take a look at how scoop works later and see what can be done. |
Is it possible to make so the pre_install script just downloads the correct one? |
@sitiom thank you for this, but we can't in good faith add this to our docs as a recommended installation method until the Any ideas how we can make |
I think the suggestion CC @chawyehsu |
It's clear to us, but we can't expect that from people trying Bun for the first time
I think that is a better tradeoff, one option would be to have 3 packages: |
I agree with you. And I personally don't like the idea of downloading additional zip on-the-fly via the pre_install script (which will take much unwanted work like validating checksums in an unusual way). If you think the way Scoop currently provides is not good enough, I'd suggest you bundling bun and bun-baseline into one single zip so we can just download that single zip (or if it's not appropriate then we can download both of the two zips simultaneously) and expose the proper exec for our users based on detected microarch. This takes 2x bandwidth but is succincter and some other packages also do this way (in the way of bundling 32bit and 64bit). |
legendary. will merge this after it lands in scoop. |
@paperdave Now merged 🙂 |
incredible work |
Thank you |
What does this PR do?
Continuation of #7882
How did you verify your code works?