Mastodon 4.3.1

Mastodon

アップデートのお知らせが来てたから更新。

sudo su - mastodon
cd ./live
git fetch && git checkout v4.3.1
bundle install
yarn install --immutable
RAILS_ENV=production bundle exec rails assets:precompile

 

yarn のアップデートもあったから次のコマンドを実行して 4.5.1 にアップデートする。

yarn set version 4.5.1

 

一般ユーザーになって Mastodon を再起動する。

sudo systemctl restart mastodon-* 

 

以上。