Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
f359cff9
Commit
f359cff9
authored
Dec 21, 2015
by
arbabnazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto confirm and if fix
parent
bd3cc376
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
util/install/sandbox.sh
+2
-2
No files found.
util/install/sandbox.sh
View file @
f359cff9
...
...
@@ -11,7 +11,7 @@
##
## Sanity check
##
if
[[
!
"
$(
lsb_release
-d
| cut
-f2
)
"
=
~
$'Ubuntu 12.04'
]]
;
then
if
[[
`
lsb_release
-rs
`
!=
"12.04"
]]
;
then
echo
"This script is only known to work on Ubuntu 12.04, exiting..."
;
exit
;
fi
...
...
@@ -20,7 +20,7 @@ fi
## Set ppa repository source for gcc/g++ 4.8 in order to install insights properly
##
sudo
apt-get install
-y
python-software-properties
sudo
add-apt-repository ppa:ubuntu-toolchain-r/test
sudo
add-apt-repository
-y
ppa:ubuntu-toolchain-r/test
##
## Update and Upgrade apt packages
...
...
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