Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
7f0d7163
Commit
7f0d7163
authored
Sep 15, 2013
by
Michał Siwek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wait for cbrew to install git before setting up package lists
parent
12d7a47c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
install.sh
install.sh
+1
-2
No files found.
install.sh
View file @
7f0d7163
...
...
@@ -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."
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment