diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-11 15:16:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-11 15:16:49 +0200 |
| commit | fa3421c3cdd5bff36dfbeee356d8b4221c4ac2ef (patch) | |
| tree | cb78440f9205968c60492aebb3f25052c57275d5 /scripts | |
| parent | ea76c40191257cff2fc10837a7a5b28498d90544 (diff) | |
| download | mastodon_ynh-fa3421c3cdd5bff36dfbeee356d8b4221c4ac2ef.tar.gz mastodon_ynh-fa3421c3cdd5bff36dfbeee356d8b4221c4ac2ef.tar.bz2 mastodon_ynh-fa3421c3cdd5bff36dfbeee356d8b4221c4ac2ef.zip | |
Update install
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install index aa4bd68..e968b7d 100644 --- a/scripts/install +++ b/scripts/install @@ -79,11 +79,11 @@ sudo su -c "psql" postgres <<< \ ynh_psql_create_db_without_password "$app" # Download all Ruby source -sudo su - $app <<CLONECOMMANDS +sudo su - $app <<WCOMMANDS sudo git clone https://github.com/rbenv/rbenv.git $final_path/.rbenv sudo git clone https://github.com/rbenv/ruby-build.git $final_path/.rbenv/plugins/ruby-build sudo git clone https://github.com/tootsuite/mastodon.git $final_path/live -CLONECOMMANDS +WCOMMANDS # Be king rewind (/var/cache/yunohost/from_file/scripts) popd |
