1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00
This commit is contained in:
nemsia 2017-05-07 15:50:07 +00:00 committed by GitHub
commit e0ba414453

View file

@ -90,6 +90,8 @@ 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
cd $final_path/live
git checkout $(git tag | tail -n 1)
CLONECOMMANDS
# Switch to tagged release