Skip to content

Instantly share code, notes, and snippets.

@Azacora
Azacora / setup-ism.sh
Last active June 28, 2025 01:13 — forked from mmnaseri/setup-ism.sh
Simple script to install iSM on Ubuntu 22.04
#!/bin/bash
echo " [WARNING] Use this script at your own risk. This is not provided or endorsed by Dell Inc."
echo " Press ENTER/RETURN to continue or Ctrl-C to cancel."
read -s
echo " > Setting up temp directories"
rm -rf idrac-install
mkdir idrac-install
cd idrac-install || exit 1