Skip to content

Commit 3aeea7d

Browse files
committed
Create ~/.rubies in Spin so that we can always use chruby easily
1 parent 8ede413 commit 3aeea7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.spin/bin/bootstrap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ sudo apt-get install -y cmake libssl-dev libz-dev python
1010

1111
source "$TRUFFLERUBY_DIR"/.spin/bin/env
1212

13+
mkdir -p ~/.rubies
14+
1315
pushd "$TRUFFLERUBY_DIR"
1416
jt install jvmci
1517
jt install eclipse

0 commit comments

Comments
 (0)