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 4aeb689 commit a2ab568Copy full SHA for a2ab568
1 file changed
docs/linux/installer.sh
@@ -124,7 +124,6 @@ TMP_DIR=$(mktemp -d)
124
# - This function assumes that the /etc/os-release file follows the standard format for Linux OS
125
# identification and that the distribution's identifiers are consistent with those specified in the script.
126
127
-
128
check_os_version() {
129
if [ -f /etc/os-release ]; then
130
. /etc/os-release
@@ -142,7 +141,9 @@ check_os_version() {
142
141
neon:24) # KDE Neon 24.x
143
return 0
144
;;
145
+ debian:13) # Debian 13.x (Trixie)
+ return 0
146
+ ;;
147
kali:2024|kali:20[2-9][0-9]) # Kali 2024.x or newer
148
149
0 commit comments