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
cdf1a7e3
Commit
cdf1a7e3
authored
Nov 01, 2017
by
Casey Strouse
Committed by
GitHub
Nov 01, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1217 from uberhacker/add-buildessential-to-install
Add crew install buildessential to install.sh
parents
1045eecb
d31e04bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
install.sh
install.sh
+8
-2
No files found.
install.sh
View file @
cdf1a7e3
...
...
@@ -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,10 @@ echo lib >> .git/info/sparse-checkout
echo
crew
>>
.git/info/sparse-checkout
git fetch origin master
git reset
--hard
origin/master
crew
install
buildessential
crew
install
less
echo
echo
"You will have to set the default PAGER environment variable to be able to use less:"
echo
"echo
\"
export PAGER=
$CREW_PREFIX
/bin/less
\"
>> ~/.bashrc && . ~/.bashrc"
echo
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