fix: autoinstall script curl failure#49
Merged
rgwood merged 1 commit intorgwood:masterfrom Jul 5, 2025
Merged
Conversation
This will notify user when curl fails downloading the correct binary Closes rgwood#48
bc37008 to
da981d1
Compare
Contributor
Author
|
Running this will return the following $ ./install.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
The requested file 'systemctl-tui-arm64-unknown-linux-musl.tar.gz' for version 'v0.4.0' and architecture 'arm64' may not exist. |
Owner
|
Thanks for the PR! This improves the error reporting but I think we should fix the underlying issue too. It looks like the install script is looking for |
Contributor
Author
|
I usually have a target for that arch, if you're okay with it I can try and open another PR later with that target in the release CI? |
Owner
|
Already fixed in 88ad73b CI was already publishing releases for aarch64, the install script was using the wrong name. |
Contributor
Author
|
Aah I see - That's nice, thanks! |
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.
This will notify user when curl fails downloading the correct binary
Closes #48