From 8a0eb959e983ff72f2425e28e3ea99651cd9f0df Mon Sep 17 00:00:00 2001 From: Re4son <3520622-re4son@users.noreply.gitlab.com> Date: Tue, 20 Jul 2021 10:34:30 +1000 Subject: [PATCH] Add Kali Linux to the list Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com> --- os_list.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/os_list.txt b/os_list.txt index 06e5312c9..301d2a4be 100644 --- a/os_list.txt +++ b/os_list.txt @@ -127,6 +127,7 @@ Devuan Linux $1 debian-linux 9.0 $etc_issue =~ /Devuan/ && `cat /etc/devuan_ver Devuan Linux $1 debian-linux 10.0 $etc_issue =~ /Devuan/ && `cat /etc/devuan_version 2>/dev/null` =~ /^(beowulf)/i Devuan Linux $1 debian-linux 10.0 $etc_issue =~ /Devuan/ && `cat /etc/devuan_version 2>/dev/null` =~ /^(ceres)/i Raspbian Linux $1 debian-linux $1 `cat /etc/os-release 2>/dev/null` =~ /Raspbian\s+GNU\/Linux\s+(\S+)/ +Kali GNU/Linux Rolling $1 debian-linux $1 $etc_issue =~ /Kali/ && `cat /etc/os-release 2>/dev/null` =~ /VERSION=\"([0-9\.]+)\"/ # Linux Mint (Mint should be before Debian to avoid false-positive) Linux Mint 6 debian-linux 5.0 `cat /etc/lsb-release 2>/dev/null | grep DISTRIB_DESCRIPTION` =~ /^DISTRIB_DESCRIPTION="Linux Mint 6 Felicia"/