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:
parent
5f29a252cf
commit
67291f4c43
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ sudo chown root: $finalphpconf
|
||||||
sudo chmod 644 $finalphpconf
|
sudo chmod 644 $finalphpconf
|
||||||
|
|
||||||
# phpBB requires imagemagick to manipulate pictures
|
# phpBB requires imagemagick to manipulate pictures
|
||||||
sudo apt-get update
|
sudo apt-get update -qq > /dev/null 2>&1
|
||||||
sudo apt-get install -y imagemagick
|
sudo apt-get install -y imagemagick > /dev/null 2>&1
|
||||||
|
|
||||||
# Make app public if necessary
|
# Make app public if necessary
|
||||||
sudo yunohost app setting $app is_public -v "$is_public"
|
sudo yunohost app setting $app is_public -v "$is_public"
|
||||||
|
|
Loading…
Reference in a new issue