Forked from momoseijin/Update RUBY v2.5.0 on Mastodon
Last active
June 7, 2021 15:27
-
-
Save tedliou/f5a04e4eef09c782e0d630ac33e70b27 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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