mirror of
https://github.com/YunoHost-Apps/digiscreen_ynh.git
synced 2024-09-03 18:26:15 +02:00
Update install
This commit is contained in:
parent
cb0d940e7a
commit
9851319303
1 changed files with 5 additions and 0 deletions
|
@ -156,6 +156,11 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
|||
working_path=/tmp/$app
|
||||
ynh_setup_source --dest_dir="$working_path"
|
||||
|
||||
cd $working_path
|
||||
|
||||
echo "$pixabay" >> .env
|
||||
echo "googleYoutube" >> .env
|
||||
|
||||
ynh_use_nodejs
|
||||
ynh_npm install
|
||||
ynh_npm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue