Commit 682fc462 authored by Michał Siwek's avatar Michał Siwek

Merge pull request #38 from jbaum98/dest_perms

removed sudo from install readline and git part (install.sh)
parents 20911e07 72bdf590
......@@ -94,10 +94,10 @@ wget -N --continue --no-check-certificate https://raw.github.com/skycocker/chrom
wget -N --continue --no-check-certificate https://raw.github.com/skycocker/chromebrew/master/packages/linuxheaders.rb
#install readline for ruby
(echo y;) | sudo crew install readline
(echo y;) | crew install readline
#install git
(echo y;) | sudo crew install git
(echo y;) | crew install git
#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