mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
[enh] Install tagged releases
This commit is contained in:
parent
2aedf332e7
commit
f79e0148cb
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ sudo su - $app <<CLONECOMMANDS
|
||||||
git clone https://github.com/rbenv/rbenv.git $final_path/.rbenv
|
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/rbenv/ruby-build.git $final_path/.rbenv/plugins/ruby-build
|
||||||
git clone https://github.com/tootsuite/mastodon.git $final_path/live
|
git clone https://github.com/tootsuite/mastodon.git $final_path/live
|
||||||
|
cd $final_path/live
|
||||||
|
git checkout $(git tag | tail -n 1)
|
||||||
CLONECOMMANDS
|
CLONECOMMANDS
|
||||||
|
|
||||||
# Be king rewind (/var/cache/yunohost/from_file/scripts)
|
# Be king rewind (/var/cache/yunohost/from_file/scripts)
|
||||||
|
|
Loading…
Reference in a new issue