Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tedliou/f5a04e4eef09c782e0d630ac33e70b27 to your computer and use it in GitHub Desktop.
Save tedliou/f5a04e4eef09c782e0d630ac33e70b27 to your computer and use it in GitHub Desktop.
#Stop Mastodon Service
systemctl stop mastodon-{web,sidekiq,streaming}.service
#Enter Mastodon User
sudo su - mastodon
#Update Ruby
cd ~/.rbenv
git pull
cd ~/.rbenv/plugins/ruby-build
git pull
#Install rbenv v2.6.4
cd ~/.rbenv
rbenv install 2.6.4
rbenv global 2.6.4
rbenv rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment