Commit 0fd94977 authored by metaquanta's avatar metaquanta Committed by GitHub

Update install.sh

Install finished "successfully" but with this output: https://gist.github.com/metaquanta/9c35d032373ac12bb35668db7c380006
I wasn't user chronos.

I don't think this is a particularly good idea either. Anyone who touches your computer is chronos. Even guests. I actually added NOPASSWD to chronos' sudoers line until this occurred to me. Try it, log in as guest and hit ctrl-alt-t.
parent c44dd0c6
......@@ -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 chronos:chronos /usr/local
sudo chown -R `whoami`:`whoami` /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