install.sh: banner, step-by-step output and highlighted next steps - #29
Merged
Conversation
Co-Authored-By: Daniel Trugman <daniel@requesty.ai>
devin-ai-integration
Bot
requested review from
lavicosa,
nickc128,
requesty-JohnCosta27 and
requesty-ditti
as code owners
September 6, 2026 09:29
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
AI CostNo spend detected for branch Updated 2026-09-06T09:55Z · last 30 days · data from Requesty |
requesty-ditti
requested changes
Sep 6, 2026
…citly Co-Authored-By: Daniel Trugman <daniel@requesty.ai>
requesty-ditti
approved these changes
Sep 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes the
curl ... | shinstaller output friendlier. Behaviour (download, checksum, PATH handling, receipt, marker file, flags) is unchanged; only presentation changed.Details worth knowing:
setup_styleenables ANSI colors only when[ -t 1 ],NO_COLORis unset andTERM != dumb;✓ ✗ │fall back to* x |when the locale isn't UTF-8. Still plain POSIXsh.source <profile>(with$HOMEshortened to~) when a profile was modified, shows theexport PATH=...line to add when the profile file doesn't exist (PATH_LINE), and onlyrequestywhen PATH already contains the install dir.failoutput is prefixed with a red✗ error:and still goes to stderr.Tested locally with
sh,dash, in a pty (colors) and piped (no colors), fresh install / upgrade / already-installed / missing profile / 404 version.Link to Devin session: https://app.devin.ai/sessions/aaf2a185ba7346f583e9c636d89c06fe
Open in Devin Desktop: https://app.devin.ai/desktop/session/aaf2a185ba7346f583e9c636d89c06fe?variant=devin
Requested by: @requesty-ditti