From 6c0169b6ab75b75f2bb05ecd245203ec1971d04c Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 4 Oct 2016 18:31:02 +0800 Subject: [PATCH] Updated Install preparations (markdown) --- Install-preparations.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Install-preparations.md b/Install-preparations.md index e506870..5fba146 100644 --- a/Install-preparations.md +++ b/Install-preparations.md @@ -1,17 +1,16 @@ # 1. Ubuntu: +The default `netcat` tool doesn't support `-4` , `-6` and local address, So, please install `netcat-openbsd` to support all the options. + ``` apt-get install openssl cron netcat-openbsd curl ``` -Or install `netcat`. -``` -apt-get install netcat -``` - # 2. CentOS +The default `nc` tool doesn't support `-4` , `-6` and local address, So, please install `netcat-openbsd` to support all the options. + ``` yum -q -y install openssl crontabs netcat-openbsd curl ``` @@ -21,10 +20,6 @@ For centos 5: yum -q -y install openssl vixie-cron netcat-openbsd curl ``` -Or install `nc` -``` -yum -q -y install nc -``` # 3. alpine