We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeebc9a commit 2d1c9b6Copy full SHA for 2d1c9b6
install.sh
@@ -52,8 +52,8 @@ function install_cron(){
52
function update(){
53
54
# dist upgrades
55
- apt-get -q update
56
- apt-get -q -y upgrade
+ apt-get -qq update
+ apt-get -qq -y upgrade
57
}
58
59
function install_composer(){
@@ -89,10 +89,10 @@ MAX_CLIENTS=$(( $APACHE_MEM / $APACHE_PROCESS_MEM ))
89
90
91
# LAMP setup
92
-apt-get -qq -y install apache2 php5 libapache2-mod-php5 php5-curl
+apt-get -qq -y install apache2 php libapache2-mod-php php-curl php-mbstring
93
94
# we need these mods
95
-a2enmod ssl status
+a2enmod status
96
97
# we don't need these mods. -f to avoid "WARNING: The following essential module will be disabled"
98
a2dismod -f deflate alias rewrite
0 commit comments