diff --git a/README.md b/README.md index c7583c4..725c9ef 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,5 @@ It seems important to close the inscriptions for your Mastodon, so that it remai - [x] Fix restore - [x] Install from a release - [x] Tune [Create automatic user](https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Administration-guide.md#creating-users-while-registration-is-closed) -- [ ] Change SMTP settings +- [x] Change SMTP settings - [ ] Fix errors on jenkins diff --git a/scripts/install b/scripts/install index 39cbaa5..0c71505 100644 --- a/scripts/install +++ b/scripts/install @@ -93,9 +93,12 @@ git clone https://github.com/rbenv/ruby-build.git $final_path/.rbenv/plugins/rub git clone https://github.com/tootsuite/mastodon.git $final_path/live CLONECOMMANDS -# Switch to tagged release +# Switch branch to tagged release cd $final_path/live -sudo git checkout $(git tag | tail -n 1) +sudo su - $app <