acer-predator-turbo-and-rgb-keyboard-linux-module
acer-predator-turbo-and-rgb-keyboard-linux-module copied to clipboard
Improve installation process
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.
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
-
edit
/etc/pacman.conf -
add Exodia Repo
-
## Core packages repo ## [exodia-repo] SigLevel = Optional TrustAll Server = https://exodia-os.github.io/$repo/$arch
-
-
sync the repos
sudo pacman -Syyy -
install the module
sudo pacman -S Predator-Sense-CLI -
you can install GUI app
sudo pacman -S Predator-Sense-GUI
now you will get all updates automatically
Thanks @mmsaeed509 We do also need to do something for non-arch users as well.