Wait for cbrew to install git before setting up package lists

This commit is contained in:
Michał Siwek
2013-09-15 20:53:57 +02:00
parent 12d7a47c4f
commit 7f0d71638f

View File

@@ -70,7 +70,7 @@ wget https://raw.github.com/skycocker/chromebrew/master/packages/gettext.rb
wget https://raw.github.com/skycocker/chromebrew/master/packages/python.rb
#install git
cbrew install git
(echo y;) | cbrew install git
#prepare sparse checkout .rb packages directory and do it
cd $CBREW_LIB_PATH
@@ -79,5 +79,4 @@ git remote add -f origin git@github.com:skycocker/chromebrew.git
git config.sparsecheckout true
echo packages >> .git/info/sparse-checkout
git pull origin master
echo "Chromebrew installed successfully and package lists updated."