1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Fix on git clone

This commit is contained in:
nemsia 2017-04-11 15:10:40 +02:00 committed by GitHub
parent e5db703f41
commit ea76c40191

View file

@ -79,11 +79,11 @@ sudo su -c "psql" postgres <<< \
ynh_psql_create_db_without_password "$app"
# Download all Ruby source
sudo su - mastodon
sudo su - $app <<CLONECOMMANDS
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
exit
CLONECOMMANDS
# Be king rewind (/var/cache/yunohost/from_file/scripts)
popd