GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopoQuagga/DesignSetup: initial_install.sh

File initial_install.sh, 388 bytes (added by xliu@bbn.com, 10 years ago)
Line 
1#!/usr/bin
2
3# ================================================
4# This script is to install basic tools to the
5# fresh Ubuntu 12.04 image
6#
7# Tools to be installed:
8# iperf, traceroute
9#
10# Cody by Xuan Liu
11# June 11, 2014
12#
13# ================================================
14
15
16# update apt-get
17sudo apt-get update
18
19# install iperf and traceroute
20sudo apt-get -y install iperf traceroute