Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 8f51b7c

Browse files
committed
Install file committed 🚀
1 parent d0a9f47 commit 8f51b7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_scripts/install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ npm install --global flow-typed@2.5.1
77
# Install rvm
88
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
99
curl -sSL https://get.rvm.io | bash -s stable --ruby
10-
source /Users/chicio/.rvm/scripts/rvm
10+
source ~/.rvm/scripts/rvm
11+
rvm install 2.4.1
12+
rvm use 2.4.1
1113

1214
# Install gem dependecies
13-
sudo gem install bundler
15+
gem install bundler
1416
bundle install --path vendor/bundle

0 commit comments

Comments
 (0)