1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

fix source for install

This commit is contained in:
yalh76 2019-03-23 00:14:12 +01:00
parent ffda3d5c8b
commit a09cb0c891
2 changed files with 2 additions and 2 deletions

View file

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

View file

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