From 8b6b57afa647b6a92d5a36feb4e21f77703aa2ff Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Thu, 2 Oct 2025 16:23:40 +0200 Subject: [PATCH] ubuntu: switch to ghostty snap --- distribution/ubuntu/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/distribution/ubuntu/install.sh b/distribution/ubuntu/install.sh index 838352f..a729a7b 100644 --- a/distribution/ubuntu/install.sh +++ b/distribution/ubuntu/install.sh @@ -148,8 +148,7 @@ extra_init() { ghostty=$(which ghostty >/dev/null 2>&1) if [ $? -ne 0 ]; then echo -ne "ghostty" - # TODO: use a ppa / something updatable - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)" >/dev/null 2>&1 + sudo snap install ghostty --classic >/dev/null 2>&1 if [ $? -ne 0 ]; then echo -e "${BRed}Could not install ghostty. Skipping.${NC}" fi