Skip to content

Commit 64725f4

Browse files
authored
Merge pull request #382 from Angxddeep/main
docs: Update Ubuntu install instructions for Ghostty
2 parents e7034cc + fc0742a commit 64725f4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/install/binary.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,10 @@ rpm-ostree install ghostty
237237
### Ubuntu
238238

239239
An Ubuntu package (.deb) is available from
240-
[ghostty-ubuntu](https://github.com/mkasberg/ghostty-ubuntu) on GitHub. After
241-
downloading the .deb for your Ubuntu version from the
242-
[Releases](https://github.com/mkasberg/ghostty-ubuntu/releases) page, install it
243-
as below:
240+
[ghostty-ubuntu](https://github.com/mkasberg/ghostty-ubuntu) on GitHub. You can install it using the following command:
244241

245242
```sh
246-
sudo apt install ./ghostty_*.deb
243+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)"
247244
```
248245

249246
<Warning>

0 commit comments

Comments
 (0)