From a344e45e3ce93eddd58d136482b302e4e7d1968e Mon Sep 17 00:00:00 2001 From: azlux Date: Thu, 23 Jul 2020 01:33:54 +0200 Subject: [PATCH] Adding apt uninstall method --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b389ec2..3ce35eb 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,13 @@ Compressor for zram. Usefull for the `COMP_ALG` of ZRAM on the config file. ## Uninstall :( (Because sometime we need it) +### With APT +``` +apt remove log2ram +``` +You can use `--purge` to remove config files as well. + +### Manually ``` chmod +x /usr/local/bin/uninstall-log2ram.sh && sudo /usr/local/bin/uninstall-log2ram.sh ```