From 00f1583a014b455a866529d6d5ab539f9106f276 Mon Sep 17 00:00:00 2001 From: Guanzhong Chen Date: Sat, 21 Aug 2021 01:49:52 -0400 Subject: [PATCH] Updated Unsupported packages (markdown) --- Unsupported-packages.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Unsupported-packages.md b/Unsupported-packages.md index d933c69..6659bd2 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -12,13 +12,22 @@ If society collapses will there be no more daylight savings? 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: -``` +```bash 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 update sudo apt install sway ``` +The same repository also provides latest nightly builds for Debian 11 (bullseye): + +```bash +curl https://quantum2.xyz/apt.key | sudo apt-key add - +echo 'deb [arch=amd64] https://apt.quantum2.xyz/sway-utils/ bullseye main' | sudo tee /etc/apt/sources.list.d/sway-utils.list +sudo apt update +sudo apt install sway +``` + ## Fedora sway is available in the official repositories: