We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac2913 commit 3a7b199Copy full SHA for 3a7b199
1 file changed
docs/linux/installer.sh
@@ -133,6 +133,9 @@ check_os_version() {
133
ubuntu:24) # Ubuntu 24.x
134
return 0
135
;;
136
+ ubuntu:25) # Ubuntu 25.x
137
+ return 0
138
+ ;;
139
linuxmint:22) # Linux Mint 22.x
140
141
@@ -317,7 +320,7 @@ download_and_install_gtk() {
317
320
# - This piece of code should only be executed if the package manager does not distribute
318
321
# libgtk or if the version provided by the package manager is not compatible with Phoenix Code.
319
322
- 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/"
324
local GTK_FILE="gtk.tar.xz"
325
local WEBKIT2GTK_FILE="webkit2gtk-4.0.tar.xz"
326
0 commit comments