Updated Unsupported packages (markdown)

emersion 2019-02-08 12:42:58 +01:00
parent 396b997e5d
commit 10c897a955

@ -3,21 +3,18 @@
## Debian / Ubuntu
### Manual installation
[Sway install script](https://gist.github.com/nathanross/c962de32be11a93d0444) for Debian 8 oldstable (Jessie).
[Installation guide](https://github.com/SirCmpwn/sway/wiki/Debian-installation-guide) for Debian 9 stable (Stretch).
### Installation from package
There is an unsupported [PPA](https://launchpad.net/~s.noack/+archive/ubuntu/ppa) that includes a `sway` package which is compatible with Debian (stable and testing) and Ubuntu (all versions since including the last LTS release). Run following commands (as root) in order to install Sway from the PPA:
```
add-apt-repository ppa:s.noack/ppa
apt-get update
apt-get install sway
```
Alternative PPA with latest versions of wlroots and Sway (Ubuntu 19.04+):
There is an [unsupported PPA `ppa:samoilov-lex/sway`](https://launchpad.net/~samoilov-lex/+archive/ubuntu/sway) that includes a `sway` package which is compatible with Ubuntu 19.04+. Run following commands (as root) in order to install Sway from the PPA:
```
add-apt-repository ppa:samoilov-lex/sway
apt-get update
apt-get install sway
```
```
Another [old PPA `ppa:s.noack/ppa`](https://launchpad.net/~s.noack/+archive/ubuntu/ppa) includes a `sway` package which is compatible with Debian (stable and testing) and Ubuntu (all versions since including the last LTS release). **Please don't use it, the sway version there is outdated.**