diff options
| author | eric_G <46165813+ericgaspar@users.noreply.github.com> | 2025-09-17 21:31:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 21:31:38 +0200 |
| commit | 0e9ff7e7b9f5b4ea28b345d4ec419d345ce84a40 (patch) | |
| tree | 2baf9108e18e0e8ab7ca22c169993cd2a6c2e904 /scripts/install | |
| parent | 783836fa5c5282f85a582a1dd039115da7b02436 (diff) | |
| parent | 11126008f0b77b06bbab143211e1cbee1f07a021 (diff) | |
| download | mastodon_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/install')
| -rw-r--r-- | scripts/install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/install b/scripts/install index ddb0692..4b6b798 100644 --- a/scripts/install +++ b/scripts/install @@ -9,14 +9,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..." |
