From 76a952ef776fb51b62687043d0a25be2ca55ab6a Mon Sep 17 00:00:00 2001 From: Mike Kasberg Date: Sat, 21 Mar 2026 21:56:04 -0600 Subject: [PATCH] Updated Ubuntu Instructions for PPA As discussed here: https://github.com/ghostty-org/ghostty/discussions/11715 [ghostty-ubuntu](https://github.com/mkasberg/ghostty-ubuntu) recently updated the installation instructions to use a PPA. This commit updates the Ghostty website with the most recent instructions. --- docs/install/binary.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/install/binary.mdx b/docs/install/binary.mdx index cd4741a6..dd2da77b 100644 --- a/docs/install/binary.mdx +++ b/docs/install/binary.mdx @@ -315,11 +315,12 @@ rpm-ostree install ghostty ### Ubuntu -An Ubuntu package (.deb) is available from -[ghostty-ubuntu](https://github.com/mkasberg/ghostty-ubuntu) on GitHub. You can install it using the following command: +[ghostty-ubuntu](https://github.com/mkasberg/ghostty-ubuntu) provides Ubuntu packages (.deb) and a [Launchpad PPA](https://launchpad.net/~mkasberg/+archive/ubuntu/ghostty-ubuntu). Use the following commands to add the PPA and install Ghostty: ```sh -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)" +sudo add-apt-repository ppa:mkasberg/ghostty-ubuntu +sudo apt update +sudo apt install ghostty ``` ### Universal AppImage