Replies: 3 comments 1 reply
-
Here would be my suggestions/feedback/concerns:
|
Beta Was this translation helpful? Give feedback.
-
One thing I would love to see in Webi v2 is more robustness. Since I have made webi the "recommended" way to install zoxide, I've had users complain to me that installation was broken multiple times. Here's how I suggest we approach this:
Related: https://github.com/webinstall/webi-installers/issues/312 |
Beta Was this translation helpful? Give feedback.
-
Another point I have: Users who typically check install scripts before executing them are often confused by the fact that the script they downloaded is going to download yet another script, binaries, etc. which makes them trust the installer less. I think installers should in general be self-contained. |
Beta Was this translation helpful? Give feedback.
-
Webi's been around for a while now. I think most of the relevant use cases and faults have been encountered.
I think the API and usage should stay about the same, but I'm considering what a v2 would look like and would like to open the floor for feedback and discussion.
In particular, I'm thinking
load.sh
andPATH.env
)Feedback
--no-path-updates
option for power userscurl -L https://webinstall.dev/foobar | bash -s -- --no-path-updates
main
andhotfix
deploy to production on push.(there was a hiccup with this a while back, but I think it was simply a matter of accidentally committing to hotfix)
(plus I don't like or trust GitHub, generally, but you gotta have it for SEO and stars...)
(but not to the point of giving up the ability to track # of downloads)
shellcheck
andPSScriptAnalyzer
Also, I had no idea discussions were enabled on this repo, so sorry for the ones I've missed so far. 🤷♂️
Beta Was this translation helpful? Give feedback.
All reactions