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

Automatic configuration

This commit is contained in:
polytan02 2015-03-08 00:26:34 +00:00
parent 5f29a252cf
commit 67291f4c43

View file

@ -72,8 +72,8 @@ sudo chown root: $finalphpconf
sudo chmod 644 $finalphpconf
# phpBB requires imagemagick to manipulate pictures
sudo apt-get update
sudo apt-get install -y imagemagick
sudo apt-get update -qq > /dev/null 2>&1
sudo apt-get install -y imagemagick > /dev/null 2>&1
# Make app public if necessary
sudo yunohost app setting $app is_public -v "$is_public"