From 79dacc27581acea4d2d3429094c8a53bc283df05 Mon Sep 17 00:00:00 2001 From: Sebastian Noack Date: Mon, 1 May 2017 20:38:02 +0200 Subject: [PATCH] Added some more information about the PPA. --- Unsupported-packages.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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