This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/sh | |
# Run as root! | |
set -e | |
apt-get update -q | |
# http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html#enhanced-networking-ubuntu | |
DEBIAN_FRONTEND=noninteractive apt-get install -y dkms linux-headers-generic | |
wget "http://sourceforge.net/projects/e1000/files/ixgbevf stable/2.16.1/ixgbevf-2.16.1.tar.gz" | |
tar zvxf ixgbevf-2.16.1.tar.gz |