1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00

root privileges required for apt

Merge pull request #164 from pb66/patch-1
This commit is contained in:
azlux 2021-08-03 17:26:36 +02:00 committed by GitHub
commit 65a7a84623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 -
apt update
apt install log2ram
sudo apt update
sudo 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
```
apt remove log2ram
sudo apt remove log2ram
```
You can use `--purge` to remove config files as well.