1
0
mirror of https://github.com/azlux/log2ram synced 2024-11-23 13:56:30 +00:00

Compare commits

..

No commits in common. "65a7a84623e05fc0c118ec284827eefbc371926e" and "2977823e7163f0f62d51f7c7753defa87fc50342" have entirely different histories.

View File

@ -22,8 +22,8 @@ _____
### With APT (recommended)
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
sudo apt update
sudo apt install log2ram
apt update
apt install log2ram
### Manually
curl -Lo log2ram.tar.gz https://github.com/azlux/log2ram/archive/master.tar.gz
@ -133,7 +133,7 @@ systemctl status log2ram
(Because sometime we need it)
### With APT
```
sudo apt remove log2ram
apt remove log2ram
```
You can use `--purge` to remove config files as well.