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:
parent
220f3bdcfa
commit
e156904f39
1 changed files with 4 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue