Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FreelancePentester authored Jul 8, 2016
1 parent 36ba039 commit e058f3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ apt-get upgrade
apt-get install -y git
apt-get install -y nginx
apt-get install -y apache2
apt-get install -y php5
apt-get install -y php5-common
apt-get install -y php5-curl
apt-get install -y libapache2-mod-php5
apt-get install -y php
apt-get install -y php-common
apt-get install -y php-curl
apt-get install -y libapache2-mod-php
apt-get install -y libapache2-mod-rpaf
apt-get install -y php5-mcrypt
apt-get install -y php-mcrypt
apt-get install -y libffi-dev
apt-get install -y ruby
apt-get install -y php5-cli
apt-get install -y php-cli
apt-get install -y cmake
apt-get install -y libssh-4
apt-get install -y libssl-dev
Expand Down

0 comments on commit e058f3c

Please sign in to comment.