diff --git a/Unsupported-packages.md b/Unsupported-packages.md index ce8ab34..b7c73ce 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -1,6 +1,17 @@ **These guides are user-contributed and not supported by SirCmpwn.** Most distributions have a Sway package available in the official repositories. Here's some info for the ones that don't: +## Debian / Ubuntu + +### Manual installation [Sway install script](https://gist.github.com/nathanross/c962de32be11a93d0444) for Debian 8 stable (Jessie). [Installation guide](https://github.com/SirCmpwn/sway/wiki/Debian-installation-guide) for Debian 8 testing (Stretch). -[This PPA](https://launchpad.net/~s.noack/+archive/ubuntu/ppa) includes a Sway package for Debian and Ubuntu. \ No newline at end of file +### Installation from package +There is a [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 +sed -i "s/$(lsb_release -cs)/zesty/g" /etc/apt/sources.list.d/s_noack-ppa-*.list +apt-get update +apt-get install sway +``` \ No newline at end of file