Skip to content

Instantly share code, notes, and snippets.

@skian
Last active August 29, 2015 14:02
Show Gist options
  • Save skian/8f5de0419755a7b07d7d to your computer and use it in GitHub Desktop.
Save skian/8f5de0419755a7b07d7d to your computer and use it in GitHub Desktop.
#!/bin/sh
# download with this permalink : https://gist.githubusercontent.com/skian/8f5de0419755a7b07d7d/raw/96b4b06ad41630359f54d12db5d43eb52e076ed8/linux-on-dell.sh
# Usage :
# This script should be run as root
yum install -y perl wget
wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | sed -e 's/CHECK_REPO_SIGNATURE=1/CHECK_REPO_SIGNATURE=0/' | bash && {
# install OpenManage Server Administrator
yum install -y srvadmin-all dell_ft_install
# update firmware
yum install -y $(bootstrap_firmware)
firmwaretool --update
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment