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:
parent
30407496ef
commit
2edeae0cab
@ -37,6 +37,7 @@ Other derivatives are detected automatically via the `ID_LIKE` field in `/etc/os
|
|||||||
- Manjaro
|
- Manjaro
|
||||||
- Fedora
|
- Fedora
|
||||||
- OpenMandriva 6
|
- OpenMandriva 6
|
||||||
|
- OpenSUSE Tumbleweed 20260430
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
@ -215,7 +215,7 @@ fedora_install(){
|
|||||||
run_root dnf install -y "$@"
|
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_check(){ rpm -q "$1" >/dev/null 2>&1; }
|
||||||
opensuse_install(){
|
opensuse_install(){
|
||||||
ensure_sudo
|
ensure_sudo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user