mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Merge 9d73a23ac8
into 35275b3a78
This commit is contained in:
commit
e0ba414453
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ sudo su - $app <<CLONECOMMANDS
|
|||
git clone https://github.com/rbenv/rbenv.git $final_path/.rbenv
|
||||
git clone https://github.com/rbenv/ruby-build.git $final_path/.rbenv/plugins/ruby-build
|
||||
git clone https://github.com/tootsuite/mastodon.git $final_path/live
|
||||
cd $final_path/live
|
||||
git checkout $(git tag | tail -n 1)
|
||||
CLONECOMMANDS
|
||||
|
||||
# Switch to tagged release
|
||||
|
|
Loading…
Add table
Reference in a new issue