Created
May 18, 2019 07:38
-
-
Save mdpuma/7e26fdaa1f8e7f50e0e5b1678eccee94 to your computer and use it in GitHub Desktop.
hwraid software
This file contains hidden or 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/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