diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-30 10:45:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-30 10:45:52 +0200 |
| commit | d4642d29730ecfdf157499cc164033564fffa875 (patch) | |
| tree | 4c04f8df7c9bfdcc3b8937bc8eb9817a2bf9e54c /scripts/install | |
| parent | 003c40c9e823b164126b6b18f7f90b9be9b0b5d8 (diff) | |
| parent | 96c72ba22523bd2485a08a111e9aadcb87344d53 (diff) | |
| download | mastodon_ynh-d4642d29730ecfdf157499cc164033564fffa875.tar.gz mastodon_ynh-d4642d29730ecfdf157499cc164033564fffa875.tar.bz2 mastodon_ynh-d4642d29730ecfdf157499cc164033564fffa875.zip | |
Merge branch 'master' into patch-2
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index b36c8f2..ba8d7c0 100644 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,7 @@ sudo su -c "psql" postgres <<< \ ynh_psql_create_db_without_password "$app" sudo systemctl restart postgresql -# Download all Ruby source +# Download all sources rbenv, ruby and mastodon sudo su - $app <<CLONECOMMANDS git clone https://github.com/rbenv/rbenv.git $final_path/.rbenv git clone https://github.com/rbenv/ruby-build.git $final_path/.rbenv/plugins/ruby-build |
