fix(debian): remove t64 suffix from libasound2 package name
Update the debian_packages function to reference libasound2 without the t64 suffix for improved compatibility across Debian-based distributions.
This commit is contained in:
parent
3200daae42
commit
dac64c9975
@ -206,7 +206,7 @@ run_root(){ [[ "$DRY_RUN" -eq 1 ]] && echo "[DRY-RUN] $SUDO $*" || ${SUDO:-} "$@
|
|||||||
# 4. Add detection logic in detect_distro_family()
|
# 4. Add detection logic in detect_distro_family()
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
debian_packages(){ echo "curl tar ca-certificates gzip libusb-1.0-0 libasound2t64 libuuid1 libudev1 libmp3lame-dev libhamlib-dev"; }
|
debian_packages(){ echo "curl tar ca-certificates gzip libusb-1.0-0 libasound2 libuuid1 libudev1 libmp3lame-dev libhamlib-dev"; }
|
||||||
debian_check(){ dpkg -s "$1" >/dev/null 2>&1; }
|
debian_check(){ dpkg -s "$1" >/dev/null 2>&1; }
|
||||||
debian_install(){
|
debian_install(){
|
||||||
ensure_sudo
|
ensure_sudo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user