diff --git a/Unsupported-packages.md b/Unsupported-packages.md index 71eef24..d50ea5d 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -9,11 +9,12 @@ ### 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: +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: ``` 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 ```