Skip to content

Commit

Permalink
Merge pull request #1 from zachsmith/use-home-variable
Browse files Browse the repository at this point in the history
use $HOME instead of hard-coded user name
  • Loading branch information
Zachary Smith authored Mar 3, 2018
2 parents 19562ab + 101e863 commit cea1911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/box_setup.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if ! ruby -v; then
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
sudo apt-get install -y libxml2 libxml2-dev libxslt1-dev libpq-dev
\curl -sSL https://get.rvm.io | bash
source /home/ubuntu/.rvm/scripts/rvm
source $HOME/.rvm/scripts/rvm
rvm get head
rvm install ruby-2.4.1
rvm use ruby-2.4.1@global
Expand Down

0 comments on commit cea1911

Please sign in to comment.