Commit babb51ac authored by Damian Montero's avatar Damian Montero Committed by GitHub

Update install.sh

parent 0fd94977
......@@ -109,7 +109,7 @@ echo y | crew install git
sudo ln -s /usr/local/bin/gcc /usr/local/bin/cc
#This will allow a lot of things to work without sudo
sudo chown -R `whoami`:`whoami` /usr/local
sudo chown -R `id -u`:`id -g` /usr/local
#prepare sparse checkout .rb packages directory and do it
cd $CREW_LIB_PATH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment