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
72bdf590
Commit
72bdf590
authored
Nov 19, 2014
by
Jake Waksbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed sudo from install readline and git
parent
489b7a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install.sh
install.sh
+2
-2
No files found.
install.sh
View file @
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
...
...
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