Updated Install preparations (markdown)

neil 2016-10-04 14:50:00 +08:00
parent 3738d80278
commit 8038bd575d
1 changed files with 7 additions and 3 deletions

@ -4,7 +4,7 @@
apt-get install openssl cron netcat-openbsd curl
```
Either `netcat` or `netcat-openbsd` is working.
Or install `netcat`.
```
apt-get install netcat
```
@ -13,12 +13,16 @@ apt-get install netcat
# 2. CentOS
```
yum -q -y install openssl crontabs nc curl
yum -q -y install openssl crontabs netcat-openbsd curl
```
For centos 5:
```
yum -q -y install openssl,vixie-cron,nc,curl
yum -q -y install openssl vixie-cron netcat-openbsd curl
```
Or install `nc`
```
yum -q -y install nc
```