diff options
| author | nemsia <nemsia@nemsia.org> | 2017-05-08 15:33:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-08 15:33:08 +0200 |
| commit | e6a5b2bc5e08f68d13c5293a9812f3deddb4ce60 (patch) | |
| tree | da135824fcfcf41bf1a396d88ca31f175ae5d638 /scripts/install | |
| parent | 1747e72792334f15456e75fcd19ca7d13c7236ea (diff) | |
| download | mastodon_ynh-e6a5b2bc5e08f68d13c5293a9812f3deddb4ce60.tar.gz mastodon_ynh-e6a5b2bc5e08f68d13c5293a9812f3deddb4ce60.tar.bz2 mastodon_ynh-e6a5b2bc5e08f68d13c5293a9812f3deddb4ce60.zip | |
[enh] Switch release on mastodon user (#27)
* Update README
* [enh] Switch branch with mastodon user
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 7 |
1 files changed, 5 insertions, 2 deletions
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 <<SWITCHCOMMANDS +pushd ~/live +git checkout $(git tag | tail -n 1) +SWITCHCOMMANDS # Be king rewind (/var/cache/yunohost/from_file/scripts) popd |
