6 lines
88 B
Bash
6 lines
88 B
Bash
# if $(brew &>/dev/null)
|
|
# then
|
|
# brew install rbenv
|
|
# brew install ruby-build
|
|
# fi
|