Packages installation

This commit is contained in:
qorg11 2020-06-29 22:47:44 +02:00
parent 32f9272595
commit 5cf19efe6b
Signed by: qorg11
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 20 additions and 1 deletions

View File

@ -10,7 +10,26 @@
## lainsafecli
```lainsafecli``` is a simple interface for lainsafe.
### Installation
#### Debian
Lainsafe has official packages for Debian, they shold work for any
dpkg-based distro, such as Ubuntu and so on
You can download a possible outdated deb package
[here](http://repo.qorg11.net/debian/pool/main/l/lainsafecli/lainsafecli_0.3_all.deb)
If you want updates for your package, you have to add
`repo.qorg11.net` to your sources.list:
~~~
echo "deb deb http://repo.qorg11.net/debian stable main" >> /etc/apt/sources.list
wget http://repo.qorg11.net/repo.key -q -O - | sudo apt-key add
sudo apt updates
sudo apt install lainsafecli
~~~
#### Arch
TODO
### lainsafecli configuration