1
0
Fork 0
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:
Melchisedech 2022-11-06 00:40:07 +01:00 committed by GitHub
parent cb0d940e7a
commit 9851319303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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