Skip to content

Instantly share code, notes, and snippets.

@mdpuma
Created May 18, 2019 07:38
Show Gist options
  • Select an option

  • Save mdpuma/7e26fdaa1f8e7f50e0e5b1678eccee94 to your computer and use it in GitHub Desktop.

Select an option

Save mdpuma/7e26fdaa1f8e7f50e0e5b1678eccee94 to your computer and use it in GitHub Desktop.
hwraid software
#!/bin/bash
#
# Source from https://hwraid.le-vert.net/wiki/DebianPackages
wget -O - https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | sudo apt-key add -
echo 'deb http://hwraid.le-vert.net/debian stretch main' > /etc/apt/sources.list.d/hwraid.list
apt update
apt install hpacucli megaraid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment