ubuntu: switch to ghostty snap

This commit is contained in:
2025-10-02 16:23:40 +02:00
parent fd21d67c43
commit 8b6b57afa6

View File

@@ -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