From 4a1f90fc93d0edb5c7914f13dbd448428ba594bb Mon Sep 17 00:00:00 2001 From: Guanzhong Chen Date: Thu, 16 Sep 2021 21:58:38 -0400 Subject: [PATCH] Document official Debian repository --- Unsupported-packages.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Unsupported-packages.md b/Unsupported-packages.md index 5a96262..50dd887 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -2,13 +2,20 @@ ## Debian +### Official Repository + +Since Debian 11 (bullseye), an older version of sway is available in the official repositories (1.5 at time of writing, latest is 1.6.1). To use this version, simply run: +``` +sudo apt install sway +``` + ### Manual installation * [Installation guide](https://github.com/swaywm/sway/wiki/Debian-10-(Buster)-Installation) for Debian 10 stable (Buster). ### 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 repository: +There is a [Debian repository](https://apt.quantum2.xyz/sway-utils/) that includes a `sway` package which is compatible with Debian 10 (buster). This is built nightly from the latest sway and wlroots. Run following commands in order to install Sway from the repository: ```bash curl https://quantum2.xyz/apt.key | sudo apt-key add -