aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authoreric_G <46165813+ericgaspar@users.noreply.github.com>2025-09-17 21:31:38 +0200
committerGitHub <noreply@github.com>2025-09-17 21:31:38 +0200
commit0e9ff7e7b9f5b4ea28b345d4ec419d345ce84a40 (patch)
tree2baf9108e18e0e8ab7ca22c169993cd2a6c2e904 /scripts/restore
parent783836fa5c5282f85a582a1dd039115da7b02436 (diff)
parent11126008f0b77b06bbab143211e1cbee1f07a021 (diff)
downloadmastodon_ynh-0e9ff7e7b9f5b4ea28b345d4ec419d345ce84a40.tar.gz
mastodon_ynh-0e9ff7e7b9f5b4ea28b345d4ec419d345ce84a40.tar.bz2
mastodon_ynh-0e9ff7e7b9f5b4ea28b345d4ec419d345ce84a40.zip
Merge pull request #519 from Thovi98/ruby-and-nodejs-resources
ruby and nodejs resources
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/restore b/scripts/restore
index cbb2d2c..9a706fb 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -38,14 +38,6 @@ ynh_script_progression "Adding $swap_needed Mo to swap..."
ynh_add_swap --size=$swap_needed
#=================================================
-# REINSTALL DEPENDENCIES
-#=================================================
-ynh_script_progression "Reinstalling Ruby and NodeJS..."
-
-ynh_ruby_install
-ynh_nodejs_install
-
-#=================================================
# BUILD APP
#=================================================
ynh_script_progression "Building app..."