mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
docs: fix sources.list
This commit is contained in:
parent
dc32d84cd2
commit
6c36a4dda2
@ -86,7 +86,7 @@ use that APT repo by following these steps:
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
$ curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /usr/share/keyrings/wezterm-fury.gpg
|
$ curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /usr/share/keyrings/wezterm-fury.gpg
|
||||||
$ echo 'deb [arch=all signed-by=/usr/share/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list
|
$ echo 'deb [signed-by=/usr/share/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can install wezterm:
|
Now you can install wezterm:
|
||||||
|
Loading…
Reference in New Issue
Block a user