1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

docs: fix sources.list

This commit is contained in:
Wez Furlong 2024-01-11 07:36:35 -07:00
parent dc32d84cd2
commit 6c36a4dda2
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -86,7 +86,7 @@ use that APT repo by following these steps:
```console
$ 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: