mirror of
https://github.com/azlux/log2ram
synced 2024-11-23 13:56:30 +00:00
Compare commits
2 Commits
2977823e71
...
65a7a84623
Author | SHA1 | Date | |
---|---|---|---|
65a7a84623 | |||
|
a5d8ce4f9d |
@ -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 -
|
||||||
apt update
|
sudo apt update
|
||||||
apt install log2ram
|
sudo 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
|
||||||
```
|
```
|
||||||
apt remove log2ram
|
sudo apt remove log2ram
|
||||||
```
|
```
|
||||||
You can use `--purge` to remove config files as well.
|
You can use `--purge` to remove config files as well.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user