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

Update install

This commit is contained in:
frju365 2017-08-08 00:45:42 +02:00 committed by GitHub
parent 7c915ca482
commit f9d5e506c8

View file

@ -29,7 +29,7 @@ ynh_app_setting_set $app admin_user $admin
email=$(sudo yunohost user info $admin | grep mail: | sed "s/mail: //g") email=$(sudo yunohost user info $admin | grep mail: | sed "s/mail: //g")
# Installation of the dependance # Installation of the dependance
sudo apt install php5-gd ynh_install_app_dependencies php5-gd
# Check destination directory # Check destination directory
DESTDIR="/var/www/$app" DESTDIR="/var/www/$app"