From e8870da4b377fe6ef5671ff869b4f3c821ac6432 Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 29 May 2017 13:32:23 +0200 Subject: [PATCH] [fix] Install and Upgrade to tag n-1 (#39) --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1634c52..e747241 100644 --- a/scripts/install +++ b/scripts/install @@ -99,7 +99,7 @@ url=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | version=$(echo $url | cut -d/ -f8) sudo su - $app <