feat(just): Improve install speaker firmware #1878
Merged
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.
@antheas pointed out I had typoed the original ujust so i have to just live with it.
This improves the
install-speaker-firmare
to be correctly spelledinstall-speaker-firmware
and also makes the ujust recipe more dynamic so it does not have to be updated when new speaker firmware is added.Since this script will be loaded externally it will also be displayed to the user for visual verification before running (unless the
yes
or-y
action is passed)if this is to be added to yafti then it has to be called with
sudo -A ujust install-speaker-firmware yes
in the terminal
ujust install-speaker-firmware yes
will be preferred as it will ask for sudo when needed (and avoiding "teaching" users that some ujusts should be run with sudo... which then causes them to use it on all of them...)