1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00

add variables

This commit is contained in:
ericgaspar 2020-04-28 19:39:38 +02:00
parent 6d06d01e34
commit 9bc75a59c9

View file

@ -7,6 +7,7 @@
#=================================================
source ynh_add_extra_apt_repos__3
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
@ -59,12 +60,12 @@ ynh_app_setting_set "$app" final_path "$final_path"
#==============================================
ynh_script_progression --message="Installing dependencies..."
ynh_install_app_dependencies postgresql apt-transport-https
ynh_install_app_dependencies $pkg_dependencies
# Install Yarn
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
ynh_install_nodejs 10
ynh_install_nodejs --nodejs_version=$nodejs_version
#==============================================
# CREATE DB