#!/bin/sh
wget -O /tmp/vmware-storcli.vib http://mirror.steadfast.net/misc/vmware/vmware-storcli.vib
wget -O /tmp/lsiprovider.vib http://mirror.steadfast.net/misc/vmware/lsiprovider.vib
wget -O /tmp/mr2108fw.rom http://mirror.steadfast.net/misc/vmware/mr2108fw.rom
esxcli software vib install -v /tmp/vmware-storcli.vib
esxcli software vib install -v /tmp/lsiprovider.vib

