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

[enh] Install tagged release

This commit is contained in:
nemsia 2017-04-27 22:34:49 +02:00 committed by GitHub
parent cc04c85f30
commit 9d73a23ac8

View file

@ -87,6 +87,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
# Be king rewind (/var/cache/yunohost/from_file/scripts)