Skip to content

Commit

Permalink
Added net-tools to the ubuntu install for route support
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Jun 20, 2018
1 parent 3df3628 commit 240e28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ until sudo apt-get update
do
sleep 1
done
until sudo apt-get install -y python2.7 python-pip imagemagick ffmpeg xvfb dbus-x11 cgroup-tools traceroute software-properties-common psmisc libnss3-tools iproute2
until sudo apt-get install -y python2.7 python-pip imagemagick ffmpeg xvfb dbus-x11 cgroup-tools traceroute software-properties-common psmisc libnss3-tools iproute2 net-tools
do
sleep 1
done
Expand Down

0 comments on commit 240e28f

Please sign in to comment.