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
ac7ef465
Commit
ac7ef465
authored
Sep 15, 2017
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add crew install buildessential to install.sh
- Change /usr/local to $CREW_PREFIX
parent
d28658a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
install.sh
install.sh
+3
-2
No files found.
install.sh
View file @
ac7ef465
...
...
@@ -171,8 +171,8 @@ curl -# -o package.rb $URL/lib/package.rb
curl -#
-o
package_helpers.rb
$URL
/lib/package_helpers.rb
#Making GCC act like CC (For some npm packages out there)
rm
-f
/usr/local
/bin/cc
ln
-s
/usr/local/bin/gcc /usr/local
/bin/cc
rm
-f
$CREW_PREFIX
/bin/cc
ln
-s
$CREW_PREFIX
/bin/gcc
$CREW_PREFIX
/bin/cc
#prepare sparse checkout .rb packages directory and do it
cd
$CREW_LIB_PATH
...
...
@@ -185,4 +185,5 @@ echo lib >> .git/info/sparse-checkout
echo
crew
>>
.git/info/sparse-checkout
git fetch origin master
git reset
--hard
origin/master
crew
install
buildessential
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