e29796954a
Added iob-pi states for raspberry
7 lines
257 B
Bash
Executable File
7 lines
257 B
Bash
Executable File
# esegue install log2ram includendo repo apt + installazione
|
|
|
|
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
|