From 8f88641088a09aa466d6d2de760d9470b3d4d322 Mon Sep 17 00:00:00 2001 From: nemsia Date: Sun, 28 May 2017 17:31:51 +0200 Subject: upgrade from pre-release --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install index 1634c52..ebe4569 100644 --- a/scripts/install +++ b/scripts/install @@ -95,11 +95,9 @@ CLONECOMMANDS # Switch branch to tagged release cd $final_path/live -url=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | sort -r | head -1 | cut -d\" -f4) -version=$(echo $url | cut -d/ -f8) sudo su - $app < Date: Thu, 10 Aug 2017 18:11:34 +0200 Subject: New method to select pre-release --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install index b088eca..28564cf 100644 --- a/scripts/install +++ b/scripts/install @@ -104,7 +104,7 @@ CLONECOMMANDS cd $final_path/live sudo su - $app <