diff --git a/scripts/install b/scripts/install index c100953..5976d81 100755 --- a/scripts/install +++ b/scripts/install @@ -77,8 +77,11 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Pulling in external libraries with Composer..." -#ynh_install_composer -composer install +ynh_install_composer +pushd $install_dir + ynh_exec_as $app composer install + ynh_exec_as $app util/add_addon_repo https://codeberg.org/streams/streams-addons.git zaddons +popd #================================================= # SPECIFIC SETUP