From 8a9fc5d4ddb58fd90e062a2eea466cb2bdf1a35f Mon Sep 17 00:00:00 2001 From: Sebastian Noack Date: Thu, 4 May 2017 11:11:30 +0200 Subject: [PATCH] Removed unnecessary steps for PPA --- Unsupported-packages.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Unsupported-packages.md b/Unsupported-packages.md index b7c73ce..0270578 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -7,11 +7,10 @@ [Installation guide](https://github.com/SirCmpwn/sway/wiki/Debian-installation-guide) for Debian 8 testing (Stretch). ### 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: +You can install Sway from following unofficial 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