Skip to content

Commit

Permalink
Merge pull request docker#18097 from btorresgil/kali-linux-2.0-installer
Browse files Browse the repository at this point in the history
Add support for installation on Kali Linux 2.0
  • Loading branch information
tianon committed Dec 15, 2015
2 parents adf1ffd + 9c1ccf7 commit 42ea7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42ea7a8

Please sign in to comment.