mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Add alternative PPA repo
parent
481d6bb281
commit
396b997e5d
|
@ -13,4 +13,11 @@ There is an unsupported [PPA](https://launchpad.net/~s.noack/+archive/ubuntu/ppa
|
||||||
add-apt-repository ppa:s.noack/ppa
|
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