mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
Fixed php-gd typo
This commit is contained in:
parent
6a3e94173c
commit
7e16185a8c
3 changed files with 3 additions and 3 deletions
|
@ -84,7 +84,7 @@ ynh_app_setting_set $app final_path $final_path
|
|||
ynh_setup_source "$final_path"
|
||||
|
||||
# install dependencies
|
||||
ynh_install_app_dependencies php_gd php-xml mailutils
|
||||
ynh_install_app_dependencies php-gd php-xml mailutils
|
||||
|
||||
#=================================================
|
||||
# CREATE A MYSQL DATABASE
|
||||
|
|
|
@ -63,7 +63,7 @@ ynh_restore_file "$final_path"
|
|||
ynh_system_user_create $app
|
||||
|
||||
# install dependencies
|
||||
ynh_install_app_dependencies php_gd php-xml mailutils
|
||||
ynh_install_app_dependencies php-gd php-xml mailutils
|
||||
|
||||
#=================================================
|
||||
# RESTORE USER RIGHTS
|
||||
|
|
|
@ -83,7 +83,7 @@ sudo rm -Rf ${final_path}.old
|
|||
ynh_add_nginx_config
|
||||
|
||||
# install dependencies
|
||||
ynh_install_app_dependencies php_gd php-xml mailutils
|
||||
ynh_install_app_dependencies php-gd php-xml mailutils
|
||||
|
||||
#=================================================
|
||||
# CREATE DEDICATED USER
|
||||
|
|
Loading…
Add table
Reference in a new issue