Quellcode durchsuchen

Adding apt uninstall method

pull/120/head
azlux vor 4 Jahren
committed by GitHub
Ursprung
Commit
a344e45e3c
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. +7
    -0
      README.md

+ 7
- 0
README.md Datei anzeigen

@@ -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
```

Laden…
Abbrechen
Speichern