aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2017-04-11 15:16:49 +0200
committerGitHub <noreply@github.com>2017-04-11 15:16:49 +0200
commitfa3421c3cdd5bff36dfbeee356d8b4221c4ac2ef (patch)
treecb78440f9205968c60492aebb3f25052c57275d5
parentea76c40191257cff2fc10837a7a5b28498d90544 (diff)
downloadmastodon_ynh-fa3421c3cdd5bff36dfbeee356d8b4221c4ac2ef.tar.gz
mastodon_ynh-fa3421c3cdd5bff36dfbeee356d8b4221c4ac2ef.tar.bz2
mastodon_ynh-fa3421c3cdd5bff36dfbeee356d8b4221c4ac2ef.zip
Update install
-rw-r--r--scripts/install4
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