logiops
logiops copied to clipboard
Automates uninstallation method
Summary
In response to https://github.com/PixlOne/logiops/issues/83 regarding uninstallation difficulties, this PR introduces a bash script to automate uninstall of the logiops driver and disable it in systemd.
Testing Instructions
- Install the driver as described in the repo's README.
- Enable it in systemd.
- Restart your machine.
- Confirm the daemon has started with
systemctl status logid
. - In a terminal, navigate to the project's root directory and run
./uninstall.sh
. - Confirm the driver and it's daemon are no longer present on the system.