Update packages_debian_ubuntu.md
This commit is contained in:
parent
1f8149580b
commit
a06d68fa9c
1 changed files with 4 additions and 3 deletions
|
@ -8,8 +8,8 @@ redirect_from: "/documentation/installation/debian_ubuntu.html"
|
|||
|
||||
At the moment we only support AMD64 binary packages:
|
||||
|
||||
# apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 1AFDEA51
|
||||
# wget https://swift.im/keys/packages.key | apt-key add -
|
||||
$ apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 1AFDEA51
|
||||
$ curl https://swift.im/keys/packages.key | sudo apt-key add -
|
||||
# echo "deb http://packages.spectrum.im/spectrum2/ stretch main" >> /etc/apt/sources.list.d/spectrum.list
|
||||
# echo "deb https://swift.im/packages/debian/sid beta main" >> /etc/apt/sources.list.d/spectrum.list
|
||||
# apt-get update
|
||||
|
@ -20,7 +20,8 @@ At the moment we only support AMD64 binary packages:
|
|||
|
||||
You need to rebuild source libcommuni and spectrum packages from our source package repository:
|
||||
|
||||
$ apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 1AFDEA51
|
||||
$ apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 1AFDEA51
|
||||
$ curl https://swift.im/keys/packages.key | sudo apt-key add -
|
||||
$ apt-get install devscripts fakeroot libssl-dev libqt4-dev
|
||||
$ echo "deb-src http://packages.spectrum.im/spectrum2/ stretch main" | sudo tee /etc/apt/sources.list.d/spectrum.list
|
||||
$ echo "deb http://swift.im/packages/debian/sid beta main" | sudo tee -a /etc/apt/sources.list.d/spectrum.list
|
||||
|
|
Loading…
Add table
Reference in a new issue