#!/bin/bash

# Install QLA2X00 driver.

echo "Extracting QLogic driver source..."

tar xfz ./i2xLNXsrc-*.tgz

echo "Done."
