diff options
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/install b/scripts/install index ddb0692..ddff21c 100644 --- a/scripts/install +++ b/scripts/install @@ -1,7 +1,6 @@ #!/bin/bash source _common.sh -source ynh_add_swap source /usr/share/yunohost/helpers admin_mail=$(ynh_user_get_info --username=$admin --key=mail) @@ -9,14 +8,6 @@ admin_mail=$(ynh_user_get_info --username=$admin --key=mail) ynh_app_setting_set --key=service --value="$app-web.service" #================================================= -# INSTALL DEPENDENCIES -#================================================= -ynh_script_progression "Installing Ruby and NodeJS..." - -ynh_ruby_install -ynh_nodejs_install - -#================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= ynh_script_progression "Setting up source files..." |
