Updated Unsupported packages (markdown)

Guanzhong Chen 2020-05-04 16:41:26 -04:00
parent 438a68702a
commit 192ef132a9

@ -7,7 +7,17 @@
* [Installation guide](https://github.com/swaywm/sway/wiki/Debian-installation-guide) for Debian 9 stable (Stretch). * [Installation guide](https://github.com/swaywm/sway/wiki/Debian-installation-guide) for Debian 9 stable (Stretch).
* [Installation guide](https://github.com/swaywm/sway/wiki/Debian-10-(Buster)-Installation) for Debian 10 stable (Buster). * [Installation guide](https://github.com/swaywm/sway/wiki/Debian-10-(Buster)-Installation) for Debian 10 stable (Buster).
### Installation from package ### Debian Packages
There is a [Debian repository](https://apt.quantum2.xyz/sway-utils/) that includes a `sway` package which is compatible with Debian 10 (buster). Run following commands in order to install Sway from the PPA:
```
curl https://quantum2.xyz/apt.key | sudo apt-key add -
echo 'deb [arch=amd64] https://apt.quantum2.xyz/sway-utils/ buster main' | sudo tee /etc/apt/sources.list.d/sway-utils.list
sudo apt install sway
```
### Ubuntu Packages
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: 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: