Skip to content

Instantly share code, notes, and snippets.

@liger1978
Last active June 2, 2016 15:57
Show Gist options
  • Save liger1978/c7ca9cbb03d437bdf36257f9dd41d18a to your computer and use it in GitHub Desktop.
Save liger1978/c7ca9cbb03d437bdf36257f9dd41d18a to your computer and use it in GitHub Desktop.
Update all firmware on Dell server from RHEL/CentOS Linux
# Update all firmware on Dell server from RHEL/CentOS Linux
wget -q -O - http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi | bash
yum -y install dell-system-update
dsu -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment