aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
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/install
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/install')
-rw-r--r--scripts/install9
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..."