Move rbenv to ruby install and ab to cli apps

This commit is contained in:
David Heinemeier Hansson
2024-05-25 20:07:29 -07:00
parent b19df9667b
commit 2de4142298
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,6 @@
DEFAULT_RUBY_VERSION="3.3.1"
sudo apt install -y rbenv
git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
rbenv install $DEFAULT_RUBY_VERSION
rbenv global $DEFAULT_RUBY_VERSION