From 9c1ccf708497c1c2009561090b60f150d1b1876b Mon Sep 17 00:00:00 2001 From: Brian Torres-Gil Date: Thu, 19 Nov 2015 11:04:02 -0800 Subject: [PATCH] Add support for installation on Kali Linux 2.0 Signed-off-by: Brian Torres-Gil --- hack/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install.sh b/hack/install.sh index 41c5b3cd50..af72991ee9 100755 --- a/hack/install.sh +++ b/hack/install.sh @@ -83,7 +83,7 @@ check_forked() { lsb_dist=debian dist_version="$(cat /etc/debian_version | sed 's/\/.*//' | sed 's/\..*//')" case "$dist_version" in - 8) + 8|'Kali Linux 2') dist_version="jessie" ;; 7)