Commit 481b4409 authored by Damian Montero's avatar Damian Montero

Added a chown to /usr/local to get a lot of things working without sudo

parent 3c35a37c
......@@ -106,6 +106,9 @@ wget -N --continue --no-check-certificate $URL/packages/linuxheaders.rb
#Making GCC act like CC (For some npm packages out there)
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 chronos:chronos /usr/local
#prepare sparse checkout .rb packages directory and do it
cd $CREW_LIB_PATH
git init
......
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