fix(opensuse): correct ALSA package name and add Tumbleweed to supported list

Update the ALSA package from `alsa-lib` to `libasound2` in the install script for OpenSUSE compatibility.
Add OpenSUSE Tumbleweed 20260430 to the README list of detected derivatives.
This commit is contained in:
Greg Gauthier 2026-05-03 13:07:25 +01:00
parent 30407496ef
commit 2edeae0cab
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ Other derivatives are detected automatically via the `ID_LIKE` field in `/etc/os
- Manjaro
- Fedora
- OpenMandriva 6
- OpenSUSE Tumbleweed 20260430
## Usage

View File

@ -215,7 +215,7 @@ fedora_install(){
run_root dnf install -y "$@"
}
opensuse_packages(){ echo "curl tar ca-certificates gzip libusb-1_0-0 alsa-lib libuuid1 libudev1 libmp3lame-devel hamlib-devel"; }
opensuse_packages(){ echo "curl tar ca-certificates gzip libusb-1_0-0 libasound2 libuuid1 libudev1 libmp3lame-devel hamlib-devel"; }
opensuse_check(){ rpm -q "$1" >/dev/null 2>&1; }
opensuse_install(){
ensure_sudo