diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/install b/scripts/install index e968b7d..c1da21f 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 <<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 -WCOMMANDS +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 +git clone https://github.com/tootsuite/mastodon.git $final_path/live +CLONECOMMANDS # Be king rewind (/var/cache/yunohost/from_file/scripts) popd |
