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

postgresql as a dependency

This commit is contained in:
Kayou 2019-03-03 19:04:08 +01:00
parent 9b7dbb913c
commit 18cf8d8d70
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126
3 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ ynh_app_setting_set $app max_file_size $max_file_size
#=================================================
ynh_print_info "Installing dependencies..."
ynh_install_app_dependencies build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev cpanminus
ynh_install_app_dependencies build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev postgresql cpanminus
# Install Carton
echo yes | cpanm Carton

View file

@ -51,7 +51,7 @@ test ! -d $final_path \
ynh_print_info "Reinstalling dependencies..."
# Define and install dependencies
ynh_install_app_dependencies build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev cpanminus
ynh_install_app_dependencies build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev postgresql cpanminus
# Install Carton
echo yes | cpanm Carton

View file

@ -81,7 +81,7 @@ ynh_abort_if_errors
#=================================================
ynh_print_info "Upgrading source files..."
ynh_install_app_dependencies build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev cpanminus
ynh_install_app_dependencies build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev postgresql cpanminus
ynh_setup_source "$final_path"