JafarAkhondali / acer-predator-turbo-and-rgb-keyboard-linux-module

Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
GNU General Public License v3.0
337 stars 59 forks source link

Improve installation process #124

Open JafarAkhondali opened 9 months ago

JafarAkhondali commented 9 months ago

Right now the installation process is a little manual. We can make it interactive (or with some CLI options) to detect service manager (systemd or openrc). It can also install requirements as well. Furthermore, we can check secure boot status and prevent installation if secure boot is enabled.

mmsaeed509 commented 9 months ago

I built a package for this module (for Arch Linux only) which is called Predator-Sense-CLI

and there is a Predator edition of Exodia OS that is customized for Acer Predator Laptops and comes with Predator-Sense-CLI pre-installed

for those who use Arch Linux, you can set up Exodia OS Repos to get updates for this module

now you will get all updates automatically

JafarAkhondali commented 9 months ago

Thanks @mmsaeed509 We do also need to do something for non-arch users as well.