Mastodon 4.4.2

Mastodon

v4.4.2 のお知らせが来てたからいつものコマンドでアップデート完了。

sudo su - mastodon
cd ./live
git fetch && git checkout v4.4.2
bundle install
RAILS_ENV=production bundle exec rails assets:precompile
exit
sudo systemctl restart mastodon-* 

 

以上。

関連記事