网络 · 12/02/2021

Mastodon upgrade to 3.4.4

记录下升级方式:
su - mastodon
cd /home/mastodon/live

git config --global user.name "X1a0l1"
git config --global user.email "[email protected]"

git stash
git fetch --tags
git checkout v3.4.4