mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
parent
7dc6ec97c6
commit
6218a686a1
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