diff --git a/documentation/installation/packages_debian_ubuntu.md b/documentation/installation/packages_debian_ubuntu.md index e58b2d14da07c7725f8e88874953f7ad6fd6fe0d..2a8da28cb25ad83d13fc41a577a351cec0bd9c7f 100644 --- a/documentation/installation/packages_debian_ubuntu.md +++ b/documentation/installation/packages_debian_ubuntu.md @@ -18,6 +18,7 @@ At the moment only AMD64 packages are available: You need to rebuild source libcommuni and spectrum packages from our source package repository: + # apt-key adv --keyserver keys.gnupg.net --recv-keys 1AFDEA51 # apt-get install devscripts fakeroot libssl-dev libqt4-dev # dget -x http://packages.spectrum.im/spectrum2/pool/main/c/communi/communi_3.4.0-1.dsc # cd communi_3.4.0-1 && dpkg-buildpackage -rfakeroot -us -uc && cd ..