mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
Adding apt uninstall method
This commit is contained in:
parent
1af7db2b28
commit
a344e45e3c
@ -85,6 +85,13 @@ Compressor for zram. Usefull for the `COMP_ALG` of ZRAM on the config file.
|
|||||||
|
|
||||||
## Uninstall :(
|
## Uninstall :(
|
||||||
(Because sometime we need it)
|
(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
|
chmod +x /usr/local/bin/uninstall-log2ram.sh && sudo /usr/local/bin/uninstall-log2ram.sh
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user