From 38cd366ce5334d3c89050d5ebda5652f2e0f9e80 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 4 May 2017 06:22:10 -0400 Subject: [PATCH] Revert 8a9fc5d^...8a9fc5d on Unsupported packages --- Unsupported-packages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Unsupported-packages.md b/Unsupported-packages.md index 0270578..b7c73ce 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -7,10 +7,11 @@ [Installation guide](https://github.com/SirCmpwn/sway/wiki/Debian-installation-guide) for Debian 8 testing (Stretch). ### Installation from package -You can install Sway from following unofficial PPA: +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