Smoren / huawei-ubuntu-sound-fix

Fix for sound card behavior on Huawei Matebook s14 / s16 on Ubuntu 22.04 / Fedora / Arch
140 stars 24 forks source link

Add support for multiple package managers in install script #4

Closed techkek closed 9 months ago

techkek commented 10 months ago

This pull request adds support for multiple package managers in the install script. The script now checks if the system has apt or pacman installed and uses the appropriate package manager to install the required dependencies. This makes the script more versatile and compatible with different Linux distributions.

No issues were found during testing.

techkek commented 10 months ago

I've tested and confirmed that it works perfectly on the MateBook 16s as well. Could we please update the README.md to mention its compatibility with the MateBook 16s? I don't know if this can be extended to any MateBook device.

Smoren commented 9 months ago

Hi @techkek,

Thank you for your PR! I've merge it and updated the README file.