mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
Add alternative PPA repo
parent
481d6bb281
commit
396b997e5d
|
@ -14,3 +14,10 @@ add-apt-repository ppa:s.noack/ppa
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install sway
|
apt-get install sway
|
||||||
```
|
```
|
||||||
|
Alternative PPA with latest versions of wlroots and Sway (Ubuntu 19.04+):
|
||||||
|
|
||||||
|
```
|
||||||
|
add-apt-repository ppa:samoilov-lex/sway
|
||||||
|
apt-get update
|
||||||
|
apt-get install sway
|
||||||
|
```
|
Loading…
Reference in a new issue