mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Cronjobs & daily update script rework again
This commit is contained in:
parent
ea2cd88eb1
commit
3b354b4f74
1 changed files with 5 additions and 2 deletions
|
@ -77,8 +77,11 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Pulling in external libraries with Composer..."
|
ynh_script_progression --message="Pulling in external libraries with Composer..."
|
||||||
|
|
||||||
#ynh_install_composer
|
ynh_install_composer
|
||||||
composer install
|
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
|
# SPECIFIC SETUP
|
||||||
|
|
Loading…
Add table
Reference in a new issue