From 764b064c893714d92634e572b16b01452d5180c0 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 4 Oct 2016 16:55:53 +0800 Subject: [PATCH] Updated Install preparations (markdown) --- Install-preparations.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Install-preparations.md b/Install-preparations.md index d121e8e..e506870 100644 --- a/Install-preparations.md +++ b/Install-preparations.md @@ -33,3 +33,13 @@ The default `nc` tool doesn't support `-4` , `-6` and local address, So, please ``` apk --no-cache add -f openssl curl netcat-openbsd ``` + + +# 4. kalilinux + +The default `netcat` tool doesn't support `-4` , `-6` and local address, So, please install `netcat-openbsd` to support all the options. + +``` +apt-get -qqy install openssl cron netcat-openbsd curl +``` +