From 1b737b0c6423b734a9e50e5d13e9b4586478067e Mon Sep 17 00:00:00 2001 From: nemsia Date: Wed, 11 Oct 2017 21:43:29 +0200 Subject: Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cb4adb5..217ca34 100644 --- a/scripts/install +++ b/scripts/install @@ -102,9 +102,10 @@ CLONECOMMANDS # Switch branch to tagged release cd $final_path/live +version=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | grep tag_name | cut -d\" -f4) sudo su - $app <