Skip to content

Commit 2d1c9b6

Browse files
authored
for ubuntu 16 support
1 parent eeebc9a commit 2d1c9b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ function install_cron(){
5252
function update(){
5353

5454
# dist upgrades
55-
apt-get -q update
56-
apt-get -q -y upgrade
55+
apt-get -qq update
56+
apt-get -qq -y upgrade
5757
}
5858

5959
function install_composer(){
@@ -89,10 +89,10 @@ MAX_CLIENTS=$(( $APACHE_MEM / $APACHE_PROCESS_MEM ))
8989

9090

9191
# LAMP setup
92-
apt-get -qq -y install apache2 php5 libapache2-mod-php5 php5-curl
92+
apt-get -qq -y install apache2 php libapache2-mod-php php-curl php-mbstring
9393

9494
# we need these mods
95-
a2enmod ssl status
95+
a2enmod status
9696

9797
# we don't need these mods. -f to avoid "WARNING: The following essential module will be disabled"
9898
a2dismod -f deflate alias rewrite

0 commit comments

Comments
 (0)