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

Update upgrade

This commit is contained in:
nemsia 2017-05-06 19:55:02 +02:00 committed by GitHub
parent 38c3ccc75f
commit daf425f070

View file

@ -40,7 +40,8 @@ sudo systemctl stop mastodon-*.service
# Download Mastodon # Download Mastodon
sudo su - $app <<PULLCOMMANDS sudo su - $app <<PULLCOMMANDS
pushd ~/live pushd ~/live
# git fetch git fetch
git reset --hard origin/master
git pull https://github.com/tootsuite/mastodon.git master git pull https://github.com/tootsuite/mastodon.git master
PULLCOMMANDS PULLCOMMANDS