feat: add download/extraction progress to install.sh, expand distro coverage in docs#4869
Merged
Merged
Conversation
…tro coverage in docs
Contributor
Author
…ents
Without -f, an HTTP error (transient 5xx, proxy interception) writes the
error body into perry.tar.gz and exits 0, surfacing later as a confusing
tar/gzip failure. Also restores the comments documenting why the script
probes recent tags instead of releases/latest, and the multi-hop
%{http_code} parsing.
Contributor
|
Thanks @nglmercer - really appreciate the PR. I added a few minor things and merged :) |
proggeramlug
pushed a commit
that referenced
this pull request
Jun 10, 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
Two improvements to Perry's Linux installation story:
1. Progress indicators in
packaging/install.shcurl --progress-baron interactive terminals (real-time#### 45% 12 MB/s 00:05)pvif installed for pipe-through progress; silent fallbackDone in Xs (size)after download-fsS(silent, no messy bars)set -e→set -eufor better error handling2. Per-distro C toolchain instructions in docs
Added Linux linker install commands for Arch/Cachy OS/Manjaro (
pacman -S base-devel gcc), Fedora/RHEL (dnf), openSUSE (zypper), Alpine (apk), and Void Linux (xbps-install) to both:README.mdRequirements sectiondocs/src/getting-started/installation.mdPrerequisites sectionPreviously only Debian/Ubuntu (
apt) and Alpine were documented.