Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
02d321f9
Commit
02d321f9
authored
Jun 15, 2016
by
FredericLeroy
Browse files
fix iperf3 installation for Ubuntu 14.04
parent
1c81ad97
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_targets/tools/build_helper
View file @
02d321f9
...
...
@@ -263,7 +263,12 @@ check_install_oai_software() {
fi
$SUDO apt-get update
$SUDO apt install -y software-properties-common
# Now, we can add new repository here if needed
case "$(get_distribution_release)" in
"Ubuntu14.04")
# For iperf3
$SUDO add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports universe"
$SUDO apt-get update
esac
$SUDO apt-get install -y \
autoconf \
automake \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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