1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00

phpBB requires imagemagick to run fully

This commit is contained in:
polytan02 2015-03-07 15:59:41 +00:00
parent 220f3bdcfa
commit e156904f39

View file

@ -45,6 +45,10 @@ sudo cp ../conf/php-fpm.conf $finalphpconf
sudo chown root: $finalphpconf
sudo chmod 644 $finalphpconf
# phpBB requires imagemagick to manipulate pictures
sudo apt-get update
sudo apt-get install -y imagemagick
# Make app public if necessary
sudo yunohost app setting $app is_public -v "$is_public"
if [ "$is_public" = "Yes" ];