aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authoreric_G <46165813+ericgaspar@users.noreply.github.com>2025-09-25 09:01:08 +0200
committerGitHub <noreply@github.com>2025-09-25 09:01:08 +0200
commitc9f62ebbf1deb8692fddb13bee4fa65bc417abf6 (patch)
tree761f297f500757b588e40d5499f2824c9594f745 /scripts/restore
parentc2e28fb47626fca1b6fbd00796a94f5f290435d2 (diff)
parentf96b0e723def8d1c4b67ec9559b518b8e54df872 (diff)
downloadmastodon_ynh-c9f62ebbf1deb8692fddb13bee4fa65bc417abf6.tar.gz
mastodon_ynh-c9f62ebbf1deb8692fddb13bee4fa65bc417abf6.tar.bz2
mastodon_ynh-c9f62ebbf1deb8692fddb13bee4fa65bc417abf6.zip
Merge pull request #524 from YunoHost-Apps/testing
Testing
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/restore b/scripts/restore
index cbb2d2c..2491c12 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -2,7 +2,6 @@
# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh
-source ../settings/scripts/ynh_add_swap
source /usr/share/yunohost/helpers
#=================================================
@@ -38,14 +37,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..."