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 2782cd9 commit 88ca82cCopy full SHA for 88ca82c
1 file changed
docs/linux/installer.sh
@@ -136,6 +136,10 @@ check_os_version() {
136
linuxmint:22) # Linux Mint 22.x
137
return 0
138
;;
139
+ neon:24) # KDE Neon 24.x
140
+ return 0
141
+ ;;
142
+
143
kali:2024|kali:20[2-9][0-9]) # Kali 2024.x or newer
144
145
@@ -313,7 +317,7 @@ download_and_install_gtk() {
313
317
# - This piece of code should only be executed if the package manager does not distribute
314
318
# libgtk or if the version provided by the package manager is not compatible with Phoenix Code.
315
319
316
- local URL_PREFIX="https://github.com/phcode-dev/dependencies/releases/download/v1.0.3/"
320
+ local URL_PREFIX="https://github.com/phcode-dev/dependencies/releases/download/v1.0.4/"
321
local GTK_FILE="gtk.tar.xz"
322
local WEBKIT2GTK_FILE="webkit2gtk-4.0.tar.xz"
323
0 commit comments