aboutsummaryrefslogtreecommitdiff
path: root/scripts/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/upgrade')
-rw-r--r--scripts/upgrade9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/upgrade b/scripts/upgrade
index 9b3c8db..24b131e 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -1,7 +1,6 @@
#!/bin/bash
source _common.sh
-source ynh_add_swap
source /usr/share/yunohost/helpers
config="$install_dir/live/.env.production"
@@ -47,14 +46,6 @@ ynh_script_progression "Adding $swap_needed Mo to swap..."
ynh_add_swap --size=$swap_needed
#=================================================
-# UPGRADE DEPENDENCIES
-#=================================================
-ynh_script_progression "Upgrading Ruby and NodeJS..."
-
-ynh_ruby_install
-ynh_nodejs_install
-
-#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression "Upgrading source files..."