acer-predator-turbo-and-rgb-keyboard-linux-module icon indicating copy to clipboard operation
acer-predator-turbo-and-rgb-keyboard-linux-module copied to clipboard

Improve installation process

Open JafarAkhondali opened this issue 2 years ago • 2 comments

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.

JafarAkhondali avatar Oct 02 '23 11:10 JafarAkhondali

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

mmsaeed509 avatar Oct 02 '23 17:10 mmsaeed509

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

JafarAkhondali avatar Oct 09 '23 16:10 JafarAkhondali