aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install
index ed2b1e7..67e69b0 100644
--- a/scripts/install
+++ b/scripts/install
@@ -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)