From 58e4026007d854d1a1f39c70f3db717de9f18a2b Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 4 Oct 2016 14:45:01 +0800 Subject: [PATCH] Updated Install preparations (markdown) --- Install-preparations.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Install-preparations.md b/Install-preparations.md index d204f40..44d3a27 100644 --- a/Install-preparations.md +++ b/Install-preparations.md @@ -15,6 +15,10 @@ apt-get install netcat ``` yum -q -y install openssl crontabs nc curl ``` - +For centos 5: + +``` +yum -q -y install openssl,vixie-cron,nc,curl +```