diff --git a/scripts/install b/scripts/install index 3d5172f..d9430a9 100644 --- a/scripts/install +++ b/scripts/install @@ -102,10 +102,9 @@ 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 <