Browse Source

Dependencies

Bob Mottram 9 years ago
parent
commit
4d998fd56e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -9605,7 +9605,7 @@ 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 git
9608
+  apt-get -y install php5-common php5-cli php5-curl php5-gd php5-mysql php5-mcrypt php5-imagick imagemagick git
9609 9609
 
9610 9610
   if [ ! -d /var/www/$HUBZILLA_DOMAIN_NAME ]; then
9611 9611
       mkdir /var/www/$HUBZILLA_DOMAIN_NAME