Commit eb4ec31 1 parent a017895 commit eb4ec31 Copy full SHA for eb4ec31
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ If you prefer to download and install the package manually instead of running th
36
36
1 . Download the .deb package for your Ubuntu version. (Also available on our [ Releases] ( https://github.com/mkasberg/ghostty-ubuntu/releases ) page.)
37
37
- ** Ubuntu 24.10 Oracular:** [ ghostty_1.1.2-0.ppa1_amd64_24.10.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.1.2-0-ppa1/ghostty_1.1.2-0.ppa1_amd64_24.10.deb )
38
38
- ** Ubuntu 24.04 LTS Noble:** [ ghostty_1.1.2-0.ppa1_amd64_24.04.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.1.2-0-ppa1/ghostty_1.1.2-0.ppa1_amd64_24.04.deb )
39
- - ** Ubuntu 22.04 LTS Jammy:** (1.1 delayed) [ ghostty_1.0.1 -0.ppa4_amd64_22 .04.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.0.1 -0-ppa4 /ghostty_1.0.1 -0.ppa4_amd64_22 .04.deb )
39
+ - ** Ubuntu 22.04 LTS Jammy:** [ ghostty_1.1.2 -0.ppa1_amd64_22 .04.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.1.2 -0-ppa1 /ghostty_1.1.2 -0.ppa1_amd64_22 .04.deb )
40
40
- ** Debian Bookworm:** [ ghostty_1.1.2-0.ppa1_amd64_bookworm.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.1.2-0-ppa1/ghostty_1.1.2-0.ppa1_amd64_bookworm.deb )
41
41
- ** Arm64 Ubuntu 24.10 Oracular:** [ ghostty_1.1.2-0.ppa1_arm64_24.10.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.1.2-0-ppa1/ghostty_1.1.2-0.ppa1_arm64_24.10.deb )
42
42
- ** Arm64 Ubuntu 24.04 LTS Noble:** [ ghostty_1.1.2-0.ppa1_arm64_24.04.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.1.2-0-ppa1/ghostty_1.1.2-0.ppa1_arm64_24.04.deb )
43
- - ** Arm64 Ubuntu 22.04 LTS Jammy:** (1.1 delayed) [ ghostty_1.0.1 -0.ppa4_arm64_22 .04.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.0.1 -0-ppa4 /ghostty_1.0.1 -0.ppa4_arm64_22 .04.deb )
43
+ - ** Arm64 Ubuntu 22.04 LTS Jammy:** [ ghostty_1.1.2 -0.ppa1_arm64_22 .04.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.1.2 -0-ppa1 /ghostty_1.1.2 -0.ppa1_arm64_22 .04.deb )
44
44
- ** Arm64 Debian Bookworm:** [ ghostty_1.1.2-0.ppa1_arm64_bookworm.deb] ( https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.1.2-0-ppa1/ghostty_1.1.2-0.ppa1_arm64_bookworm.deb )
45
45
2 . Install the downloaded .deb package.
46
46
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARCH=$(dpkg --print-architecture)
22
22
23
23
case " $ID " in
24
24
ubuntu|pop)
25
- if [[ " $VERSION_ID " =~ ^(24.10| 24.04)$ ]]; then
25
+ if [[ " $VERSION_ID " =~ ^(24.10| 24.04| 22.04 )$ ]]; then
26
26
SUFFIX=" ${ARCH} _${VERSION_ID} "
27
27
else
28
28
echo " This installer is not compatible with Ubuntu $VERSION_ID "
@@ -58,6 +58,7 @@ case "$ID" in
58
58
declare -A SUPPORTED_VERSIONS=(
59
59
[" oracular" ]=" 24.10"
60
60
[" noble" ]=" 24.04"
61
+ [" jammy" ]=" 22.04"
61
62
)
62
63
63
64
if [[ -n " ${SUPPORTED_VERSIONS[$UBUNTU_CODENAME]} " ]]; then
You can’t perform that action at this time.
0 commit comments