1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

add dep-install to upgrade

This commit is contained in:
Sebastian Gumprich 2017-06-23 18:50:31 +02:00
parent 6fe4ebe1ec
commit daabbbeaec

View file

@ -31,6 +31,9 @@ dbpass=$(ynh_app_setting_get "$app" mysqlpwd)
extract_monica $final_path extract_monica $final_path
#ynh_setup_source $final_path #ynh_setup_source $final_path
# install new dependencies
ynh_package_install g++ php7.0-curl
# create a user # create a user
first_name=$(ynh_user_get_info $admin 'firstname') first_name=$(ynh_user_get_info $admin 'firstname')
last_name=$(ynh_user_get_info $admin 'lastname') last_name=$(ynh_user_get_info $admin 'lastname')