logiops icon indicating copy to clipboard operation
logiops copied to clipboard

Automates uninstallation method

Open celowsky opened this issue 4 years ago • 0 comments

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

  1. Install the driver as described in the repo's README.
  2. Enable it in systemd.
  3. Restart your machine.
  4. Confirm the daemon has started with systemctl status logid.
  5. In a terminal, navigate to the project's root directory and run ./uninstall.sh.
  6. Confirm the driver and it's daemon are no longer present on the system.

celowsky avatar Jan 27 '21 09:01 celowsky