Skip to content

Instantly share code, notes, and snippets.

@maoy
maoy / gist:4032989
Created November 7, 2012 17:05 — forked from retr0h/gist:2223264
Install MegaCLI
#!/usr/bin/env sh
### Download and install megaraidcli for Ubuntu 12.04;
FILE="megacli_8.04.07.orig.tar.gz"
LINK="http://hwraid.le-vert.net/ubuntu/sources/$FILE"
wget $LINK -O /tmp/$FILE
(
cd /tmp