1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00
This commit is contained in:
Azlux 2019-12-19 17:07:49 +01:00
parent 13d0058086
commit 615a78f00e

View File

@ -19,10 +19,10 @@ _____
## Install ## Install
### 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` apt update
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