Created Install preparations (markdown)
parent
6a7a00ef2b
commit
20ae9f7570
|
@ -0,0 +1,20 @@
|
||||||
|
# 1. Ubuntu:
|
||||||
|
|
||||||
|
```
|
||||||
|
apt-get install openssl cron netcat-openbsd curl
|
||||||
|
```
|
||||||
|
|
||||||
|
Either `netcat` or `netcat-openbsd` is also working.
|
||||||
|
```
|
||||||
|
apt-get install netcat
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
# 2. CentOS
|
||||||
|
|
||||||
|
```
|
||||||
|
yum -q -y install openssl crontabs nc curl
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue