Skip to content

Commit

Permalink
Merge pull request #180 from wakameci/iperf3
Browse files Browse the repository at this point in the history
ardd iperf3.
  • Loading branch information
hansode committed Mar 15, 2015
2 parents 73830cf + a724539 commit b0d191d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions iperf3/xexecscript.d/iperf3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
#
# requires:
# bash
#
set -e
set -o pipefail

declare chroot_dir=$1

chroot $1 $SHELL -ex <<'EOS'
yum install --disablerepo=updates -y iperf3
EOS

0 comments on commit b0d191d

Please sign in to comment.