mirror of
https://github.com/swaywm/sway.git
synced 2025-02-16 14:24:27 +00:00
curl https://quantum2.xyz/apt.key returns a permanent move page
parent
b940f6d336
commit
773aca3f39
|
@ -9,7 +9,7 @@ This document will guide you through installing Sway on Debian 10 (Buster).
|
|||
There exists a [Debian repository](https://apt.quantum2.xyz/sway-utils/) that includes Debian 10-compatible `sway` package which is rebuilt nightly. Run following commands in order to install Sway from the repository:
|
||||
|
||||
```
|
||||
curl https://quantum2.xyz/apt.key | sudo apt-key add -
|
||||
curl -L 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
|
||||
|
|
Loading…
Reference in a new issue