Browse Source

dependencies

Bob Mottram 9 years ago
parent
commit
714e7a10ac
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone

+ 2
- 1
src/freedombone View File

@@ -9605,7 +9605,8 @@ function install_hubzilla {
9605 9605
   get_mariadb_password
9606 9606
   repair_databases_script
9607 9607
 
9608
-  apt-get -y install php5-common php5-cli php5-curl php5-gd php5-mysql php5-mcrypt php5-imagick imagemagick git
9608
+  apt-get -y install php5-common php5-cli php5-curl php5-gd php5-mysql php5-mcrypt git
9609
+  apt-get -y install php5-dev imagemagick php5-imagick
9609 9610
 
9610 9611
   if [ ! -d /var/www/$HUBZILLA_DOMAIN_NAME ]; then
9611 9612
       mkdir /var/www/$HUBZILLA_DOMAIN_NAME