Skip to content

Commit

Permalink
DIVER-MISC: Import key for RVM
Browse files Browse the repository at this point in the history
  • Loading branch information
honsq90 committed Apr 29, 2015
1 parent 2dc2522 commit 28b27ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ $? -ne 0 ]; then
sudo yum install -y expect
fi

wget https://github.com/IntersectAustralia/dc21/blob/$DC21_TAG/vm_setup.sh?raw=true -O vm_setup.sh --no-check-certificate
wget https://github.com/IntersectAustralia/dc21/blob/$DC21_TAG/vm_setup.sh?raw=true -O vm_setup.sh --no-check-certificate
/usr/bin/expect -<<EOD
set timeout -1
set already_confirmed_password 0
Expand Down
1 change: 1 addition & 0 deletions vm_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ cd $HOME/code_base/dc21
# Set up RVM
type -P $HOME/.rvm/scripts/rvm > /dev/null
if [ $? -ne 0 ]; then
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -L http://get.rvm.io | bash -s stable --ruby=2.0.0-p481
status=$?
if [ $status -eq 0 ]; then
Expand Down

0 comments on commit 28b27ae

Please sign in to comment.