Packages installation
This commit is contained in:
parent
32f9272595
commit
5cf19efe6b
1 changed files with 20 additions and 1 deletions
21
README.MD
21
README.MD
|
@ -10,7 +10,26 @@
|
||||||
|
|
||||||
## lainsafecli
|
## 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
|
### lainsafecli configuration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue