Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
5db56573
Commit
5db56573
authored
Jul 07, 2013
by
Xavier Antoviaque
Committed by
David Baumgold
Jul 10, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vagrant: Remove rvm Ubuntu package installation (triggers rvm bug)
parent
055ef6e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
scripts/install-system-req.sh
+1
-1
No files found.
scripts/install-system-req.sh
View file @
5db56573
...
...
@@ -39,7 +39,7 @@ case `uname -s` in
cat
$APT_REPOS_FILE
| xargs
-n
1
sudo
add-apt-repository
-y
sudo
apt-get
-yq
update
sudo
DEBIAN_FRONTEND
=
noninteractive apt-get
-yq
install gfortran graphviz
\
libgraphviz-dev graphviz-dev libatlas-dev libblas-dev
ruby-rvm
libgraphviz-dev graphviz-dev libatlas-dev libblas-dev
# install packages listed in APT_PKGS_FILE
cat
$APT_PKGS_FILE
| xargs
sudo
DEBIAN_FRONTEND
=
noninteractive apt-get
-yq
install
;;
...
...
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