mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rbenv install $(rbenv install -l | grep -v - | tail -1)
|
|
rbenv global $(rbenv install -l | grep -v - | tail -1)
|
|
|