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
e0e29157
Commit
e0e29157
authored
Oct 20, 2013
by
Michal Siwek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix install script archive name for i686
parent
99a99197
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
install.sh
install.sh
+3
-1
No files found.
install.sh
View file @
e0e29157
...
...
@@ -31,9 +31,11 @@ echo "Downloading ruby..."
case
"
$architecture
"
in
"i686"
)
link
=
'https://dl.dropboxusercontent.com/s/tufbuqcn80ubypx/ruby-2.0.0p247-chromeos-i686.tar.gz?token_hash=AAGu_5wuqZe2eDOkfL5oh4esQ8HAZJIvbMG7GplnQrSa3g&dl=1'
tarname
=
'ruby-2.0.0p247-chromeos-$architecture.tar.gz'
;;
"x86_64"
)
link
=
'https://dl.dropboxusercontent.com/s/bwb315aluunam6b/ruby-2.0.0-p247-chromeos1-chromeos-x86_86.tar.gz?token_hash=AAGYQhHhEpgAHCKtVVonVlXIJKZOWzq3arNsirxcRJQgLA&dl=1'
tarname
=
'ruby-2.0.0p247-chromeos1-chromeos-$architecture.tar.gz'
;;
esac
...
...
@@ -41,7 +43,7 @@ wget --content-disposition $link
#extract and install ruby
echo
"Extracting ruby (this may take a while)..."
tar
-xf
ruby-2.0.0p247-chromeos1-chromeos-
$architecture
.tar.gz
tar
-xf
$tarname
echo
"Installing ruby (this may take a while)..."
sudo cp
-r
./usr/
*
/usr
mv
./dlist
$CREW_CONFIG_PATH
/meta/ruby.directorylist
...
...
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