Skip to content

Commit

Permalink
ensure perl-Crypt-SSLeay & perl-Net-SSLeay are installed for CSF Fire…
Browse files Browse the repository at this point in the history
…wall
  • Loading branch information
centminmod committed Jan 23, 2015
1 parent 8381963 commit 9584a58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion inc/csfinstall.inc
Expand Up @@ -13,7 +13,11 @@ then

#download csf tarball

yum${CACHESKIP} -y install perl-libwww-perl
if [[ -z "$(rpm -qa perl-Crypt-SSLeay)" || -z "$(rpm -qa perl-Net-SSLeay)" ]]; then
yum${CACHESKIP} -y install perl-libwww-perl perl-Crypt-SSLeay perl-Net-SSLeay
else
yum${CACHESKIP} -y install perl-libwww-perl
fi

#tar xzf csf.tgz
cd csf
Expand Down

0 comments on commit 9584a58

Please sign in to comment.