Dell iDrac Install Script for Ubuntu 20.04
This script is a modified version of the script provided by Dell. It is not endorsed by Dell!
@Dell - Please dont sue me for Modifying this script
-
Download the official tar for the iDrac Service module from dells webiste. This script has been tested and confirmed working with version
OM-iSM-Dell-Web-LX-350-1862_A00
-
Extract the tar and replace the setup.sh script with the one from this repository
-
give the script execution permissions using
chmod +X
-
run -
sudo bash setup.sh
Two changes have been made to this script
-
Changed the
$VERSION_ID
variable to$VERSION
to match the changes to theos-release
file that comes on UBUNTU 20.04 Change is on line 391 -
Changed the check to be
20
instead of18
change is on line 399