Commit 1372485f authored by Damian Montero's avatar Damian Montero

adding faddee's amazing ln gcc to cc trick

parent 5aee56a8
......@@ -103,6 +103,9 @@ wget -N --continue --no-check-certificate $URL/packages/linuxheaders.rb
#install git
(echo y;) | crew install git
#Making GCC act like CC (needed for some other packages
ln -s /usr/local/bin/gcc /usr/local/bin/cc
#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