1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Upgrade and install from 1.4

This commit is contained in:
nemsia 2017-05-26 13:22:40 +02:00
parent 2778b0d53e
commit f87651dc4d
2 changed files with 2 additions and 6 deletions

View file

@ -95,11 +95,9 @@ CLONECOMMANDS
# Switch branch to tagged release
cd $final_path/live
url=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | sort -r | head -1 | cut -d\" -f4)
version=$(echo $url | cut -d/ -f8)
sudo su - $app <<SWITCHCOMMANDS
pushd ~/live
git checkout $version
git checkout $(git tag | tail -n 1)
SWITCHCOMMANDS
# Be king rewind (/var/cache/yunohost/from_file/scripts)

View file

@ -58,11 +58,9 @@ PULLCOMMANDS
# Switch branch to tagged release
cd $final_path/live
url=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | sort -r | head -1 | cut -d\" -f4)
version=$(echo $url | cut -d/ -f8)
sudo su - $app <<SWITCHCOMMANDS
pushd ~/live
git checkout $version
git checkout $(git tag | tail -n 1)
SWITCHCOMMANDS
# upgrade Node.js v4 to v6