Skip to content
Snippets Groups Projects
Commit f707ae3d authored by ale's avatar ale
Browse files

update Debian install instructions

parent 449c44bc
No related branches found
No related tags found
No related merge requests found
...@@ -21,13 +21,13 @@ option, you can build the software from source. ...@@ -21,13 +21,13 @@ option, you can build the software from source.
Add this line to your `sources.list`: Add this line to your `sources.list`:
deb http://www.incal.net/ale/debian liber/ deb http://debian.incal.net/debian/liber ./
Then make sure the GPG key used to sign the repository is installed, Then make sure the GPG key used to sign the repository is installed,
update the package sources, and install the `liber` package: update the package sources, and install the `liber` package:
$ wget -O- http://www.incal.net/ale/debian/repo.key \ $ sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net/ \
| sudo apt-key add - --recv C0EAC2F9CE9ED9B0
$ sudo apt-get update $ sudo apt-get update
$ sudo apt-get install liber $ sudo apt-get install liber
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment