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

Remove git fetch

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

View file

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