ublue-os / bazzite

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.
https://bazzite.gg
Apache License 2.0
4.1k stars 250 forks source link

feat(just): Improve install speaker firmware #1878

Closed HikariKnight closed 1 week ago

HikariKnight commented 2 weeks ago

@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...)

image