Skip to content

Commit

Permalink
install-dependencies.sh - fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaikumar committed Mar 22, 2016
1 parent 2b3ad85 commit e08b9f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ fi
debconf-set-selections <<< 'ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true'

# install most required packages using apt-get install
apt-get -y mysql-server
mysql-common
mysql-client
apt-get install -y \
mysql-server \
mysql-common \
mysql-client \
libmysqlclient*-dev \
libgdbm-dev \
libperl-dev \
Expand All @@ -24,6 +25,7 @@ apt-get -y mysql-server
libevent1-dev \
acedb-other-dotter \
make \
curl \
gcc \
php5-gd \
freetype* \
Expand Down

0 comments on commit e08b9f5

Please sign in to comment.