1
0
mirror of https://github.com/azlux/log2ram synced 2024-11-23 22:06:10 +00:00

Compare commits

..

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

View File

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