1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Addons as user

This commit is contained in:
dragondaddy 2023-10-24 00:01:16 +02:00
parent acb658260d
commit 72898eec9d

View file

@ -79,7 +79,7 @@ ynh_script_progression --message="Pulling in external libraries with Composer...
ynh_install_composer --workdir="$install_dir" ynh_install_composer --workdir="$install_dir"
pushd $install_dir pushd $install_dir
util/add_addon_repo https://codeberg.org/streams/streams-addons.git zaddons ynh_exec_as $app util/add_addon_repo https://codeberg.org/streams/streams-addons.git zaddons
popd popd
#================================================= #=================================================