azlux
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
0 deletions
-
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 |
|
|
|
``` |