From a09cb0c89122f22a7fa57e9c41124103716a543d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 23 Mar 2019 00:14:12 +0100 Subject: [PATCH] fix source for install --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a150743..1fd4cdb 100644 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,7 @@ ynh_print_info "Setting up source files..." ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src mkdir $final_path -ynh_setup_source "$final_path/live" "app-mastodon" +ynh_setup_source "$final_path/live" #================================================= # NGINX CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index d487286..01f0a49 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -132,7 +132,7 @@ fi ynh_install_extra_repo --repo="deb https://dl.yarnpkg.com/debian/ stable main" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" ynh_package_update -# install nodejs +# Install nodejs ynh_install_nodejs 8 # TODO: use the same mecanism with other files