Skip to content

Commit

Permalink
forgot install
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Feb 25, 2010
1 parent 97784f2 commit 38bd908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library.sh
Expand Up @@ -28,8 +28,9 @@ function system_update {

# a whole bunch of yum stuff
function install_basics {
yum -y wget curl rsync git sudo
yum -y gcc gcc-c++ gettext-devel expat-devel curl-devel zlib-devel openssl-devel perl cpio
system_update
yum -y install wget curl rsync git sudo
yum -y install gcc gcc-c++ gettext-devel expat-devel curl-devel zlib-devel openssl-devel perl cpio
echo "Installed Basics"
}

Expand Down Expand Up @@ -73,11 +74,10 @@ function www_group {
}

function nginx {
sudo yum install pcre-devel zlib-devel openssl-devel
yum -y install pcre-devel zlib-devel openssl-devel

mkdir ~/sources
cd ~/sources
wget
}

# http://sifumoraga.blogspot.com/2009/11/installing-couchdb-on-centos5-system.html
Expand Down

0 comments on commit 38bd908

Please sign in to comment.