Last active
June 2, 2016 15:57
-
-
Save liger1978/c7ca9cbb03d437bdf36257f9dd41d18a to your computer and use it in GitHub Desktop.
Update all firmware on Dell server from RHEL/CentOS Linux
This file contains 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
# 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