mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
upgrade-2.3.3
upgrade-2.3.3 git fetch with all tags forced
This commit is contained in:
parent
c8c2b68e50
commit
b13d9277a1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ sudo chown -R $app: $final_path/live
|
||||||
# Download Mastodon
|
# Download Mastodon
|
||||||
sudo su - $app <<PULLCOMMANDS
|
sudo su - $app <<PULLCOMMANDS
|
||||||
pushd ~/live
|
pushd ~/live
|
||||||
git fetch
|
git fetch -t
|
||||||
git reset --hard origin/master
|
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
|
||||||
|
|
Loading…
Reference in a new issue