Skip to content

Commit 88ca82c

Browse files
committed
fix: installer was not working for kde neon 24.01
1 parent 2782cd9 commit 88ca82c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/linux/installer.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)