Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.
@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 spelled install-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...)
@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 terminalujust 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...)