diff --git a/Install-preparations.md b/Install-preparations.md new file mode 100644 index 0000000..d204f40 --- /dev/null +++ b/Install-preparations.md @@ -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 +``` + + +