Skip to content

Commit d741ca7

Browse files
committed
use rbenv
1 parent a5498e2 commit d741ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/mojave-base.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"inline": [
3838
"brew --version",
3939
"brew update",
40-
"brew install wget rvm"
40+
"brew install wget"
4141
],
4242
"type": "shell"
4343
},
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"inline": [
53-
"brew install ruby ruby-build",
53+
"brew install ruby ruby-build rbenv",
5454
"echo 'if which rbenv > /dev/null; then eval \"$(rbenv init -)\"; fi' >> ~/.profile",
5555
"source ~/.profile",
5656
"rbenv install 2.6.5",

0 commit comments

Comments
 (0)