mirror of
https://github.com/YunoHost-Apps/actual_ynh.git
synced 2024-09-03 20:36:16 +02:00
Update install
This commit is contained in:
parent
dd91488186
commit
cfe94d7c20
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
|||
#=================================================
|
||||
ynh_script_progression --message="Setting up source files..." --weight=1
|
||||
|
||||
source_id_to_use="main"
|
||||
if [[ "$release_cycle" == "edge" ]]
|
||||
then
|
||||
source_id_to_use="edge"
|
||||
fi
|
||||
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue