mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Update install
This commit is contained in:
parent
e87be6c4bb
commit
1643b6c735
1 changed files with 4 additions and 2 deletions
|
@ -71,9 +71,11 @@ ynh_app_setting_set $app is_public $is_public
|
|||
#=================================================
|
||||
|
||||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
# INSTALL PHP7.3 AND DEPENDENCIES (EXP HELPER)
|
||||
#=================================================
|
||||
ynh_install_php --phpversion=7.1
|
||||
ynh_print_info --message="Installing php7.1..."
|
||||
|
||||
ynh_install_php --phpversion="7.1" --package="$extra_pkg_dependencies"
|
||||
ynh_install_app_dependencies postgresql
|
||||
#ynh_install_app_dependencies php7.1-zip php7.1-mysql php7.1-xml php7.1-intl php7.1-mbstring php7.1-gd php7.1-curl php7.1-soap php7.1-pgsql php7.1-xmlrpc postgresql
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue