Updated Install preparations (markdown)
parent
3738d80278
commit
8038bd575d
|
@ -4,7 +4,7 @@
|
||||||
apt-get install openssl cron netcat-openbsd curl
|
apt-get install openssl cron netcat-openbsd curl
|
||||||
```
|
```
|
||||||
|
|
||||||
Either `netcat` or `netcat-openbsd` is working.
|
Or install `netcat`.
|
||||||
```
|
```
|
||||||
apt-get install netcat
|
apt-get install netcat
|
||||||
```
|
```
|
||||||
|
@ -13,12 +13,16 @@ apt-get install netcat
|
||||||
# 2. CentOS
|
# 2. CentOS
|
||||||
|
|
||||||
```
|
```
|
||||||
yum -q -y install openssl crontabs nc curl
|
yum -q -y install openssl crontabs netcat-openbsd curl
|
||||||
```
|
```
|
||||||
For centos 5:
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue