Skip to content

Commit 3a7b199

Browse files
committed
fix: installer borken in ubuntu 25
1 parent 1ac2913 commit 3a7b199

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/linux/installer.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ check_os_version() {
133133
ubuntu:24) # Ubuntu 24.x
134134
return 0
135135
;;
136+
ubuntu:25) # Ubuntu 25.x
137+
return 0
138+
;;
136139
linuxmint:22) # Linux Mint 22.x
137140
return 0
138141
;;
@@ -317,7 +320,7 @@ download_and_install_gtk() {
317320
# - This piece of code should only be executed if the package manager does not distribute
318321
# libgtk or if the version provided by the package manager is not compatible with Phoenix Code.
319322

320-
local URL_PREFIX="https://github.com/phcode-dev/dependencies/releases/download/v1.0.4/"
323+
local URL_PREFIX="https://github.com/phcode-dev/dependencies/releases/download/v1.0.5/"
321324
local GTK_FILE="gtk.tar.xz"
322325
local WEBKIT2GTK_FILE="webkit2gtk-4.0.tar.xz"
323326

0 commit comments

Comments
 (0)