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:
parent
6fe4ebe1ec
commit
daabbbeaec
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ dbpass=$(ynh_app_setting_get "$app" mysqlpwd)
|
|||
extract_monica $final_path
|
||||
#ynh_setup_source $final_path
|
||||
|
||||
# install new dependencies
|
||||
ynh_package_install g++ php7.0-curl
|
||||
|
||||
# create a user
|
||||
first_name=$(ynh_user_get_info $admin 'firstname')
|
||||
last_name=$(ynh_user_get_info $admin 'lastname')
|
||||
|
|
Loading…
Reference in a new issue