Skip to content

Instantly share code, notes, and snippets.

@n1mh
Created November 27, 2019 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n1mh/13b40127349351db07c3c14a32da2706 to your computer and use it in GitHub Desktop.
Save n1mh/13b40127349351db07c3c14a32da2706 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo yum update -y
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum --enablerepo=epel install -y iperf iperf3
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment