Skip to content

Commit

Permalink
documentation/running-from-git: Debian is limited to smuxi-server for…
Browse files Browse the repository at this point in the history
… now
  • Loading branch information
meebey committed Jul 10, 2016
1 parent fbed08b commit 6eb8e18
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions documentation/running-from-git.mdwn
Expand Up @@ -6,22 +6,26 @@ and bugfixes, then you can install a development build or build Smuxi from the

## Installing Development Builds ##

### Debian ###
### Debian (smuxi-server only) ###
On **Debian 6.0 (squeeze)** you can use the [daily APT repository][PPA] by running:

sudo -s bash -c 'echo "deb http://ppa.launchpad.net/meebey/smuxi-daily/ubuntu lucid main" >> /etc/apt/sources.list'
gpg --keyserver keyserver.ubuntu.com --recv-keys FC6D77D5
gpg --export --armor FC6D77D5 | sudo apt-key add -
sudo apt-get update
sudo apt-get install smuxi
sudo apt-get install smuxi-engine

On **Debian 7.0 (wheezy)** and **Testing/Unstable** you can use the [daily APT repository][PPA] by running:

sudo -s bash -c 'echo "deb http://ppa.launchpad.net/meebey/smuxi-daily/ubuntu precise main" >> /etc/apt/sources.list'
gpg --keyserver keyserver.ubuntu.com --recv-keys FC6D77D5
gpg --export --armor FC6D77D5 | sudo apt-key add -
sudo apt-get update
sudo apt-get install smuxi
sudo apt-get install smuxi-engine

This launchpad repository only allows you to install a smuxi-server using the
smuxi-engine package. To install a graphical frontend from this daily build
repository is currently not supported!

### Ubuntu ###
On **Ubuntu** you can use the [daily APT repository][PPA] by running:
Expand Down

0 comments on commit 6eb8e18

Please sign in to comment.