From 4210ead311da9e23e34574c39eb21feb06d2d68d Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Mon, 23 Oct 2023 23:51:18 +0200 Subject: [PATCH] Diff'rent options --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d7eef27..2696771 100755 --- a/scripts/install +++ b/scripts/install @@ -77,7 +77,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Pulling in external libraries with Composer..." -ynh_install_composer +ynh_install_composer --workdir="$install_dir" pushd $install_dir ynh_exec_as $app util/add_addon_repo https://codeberg.org/streams/streams-addons.git zaddons popd