File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,10 @@ check_os_version() {
136136 linuxmint:22) # Linux Mint 22.x
137137 return 0
138138 ;;
139+ neon:24) # KDE Neon 24.x
140+ return 0
141+ ;;
142+
139143 kali:2024|kali:20[2-9][0-9]) # Kali 2024.x or newer
140144 return 0
141145 ;;
@@ -313,7 +317,7 @@ download_and_install_gtk() {
313317 # - This piece of code should only be executed if the package manager does not distribute
314318 # libgtk or if the version provided by the package manager is not compatible with Phoenix Code.
315319
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 /"
317321 local GTK_FILE=" gtk.tar.xz"
318322 local WEBKIT2GTK_FILE=" webkit2gtk-4.0.tar.xz"
319323
You can’t perform that action at this time.
0 commit comments