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

upgrade-2.3.3 (#73)

upgrade-2.3.3
git fetch with all tags forced
This commit is contained in:
nemsia 2018-04-06 13:30:57 +02:00 committed by GitHub
parent 7dc6ec97c6
commit 6218a686a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ sudo chown -R $app: $final_path/live
# Download Mastodon
sudo su - $app <<PULLCOMMANDS
pushd ~/live
git fetch
git fetch -t
git reset --hard origin/master
git pull https://github.com/tootsuite/mastodon.git master
PULLCOMMANDS