Updated Install preparations (markdown)
parent
764b064c89
commit
6c0169b6ab
|
@ -1,17 +1,16 @@
|
||||||
# 1. Ubuntu:
|
# 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
|
apt-get install openssl cron netcat-openbsd curl
|
||||||
```
|
```
|
||||||
|
|
||||||
Or install `netcat`.
|
|
||||||
```
|
|
||||||
apt-get install netcat
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
# 2. CentOS
|
# 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
|
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
|
yum -q -y install openssl vixie-cron netcat-openbsd curl
|
||||||
```
|
```
|
||||||
|
|
||||||
Or install `nc`
|
|
||||||
```
|
|
||||||
yum -q -y install nc
|
|
||||||
```
|
|
||||||
|
|
||||||
# 3. alpine
|
# 3. alpine
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue