Skip to content
Snippets Groups Projects
Commit 25f9e084 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Disabled Dell open manage setup.

parent 1ea72949
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
source /root/envsetup/global-conf.sh source /root/envsetup/global-conf.sh
echo "Dell Open Manage setup is disabled."
exit 0
# DELL server - install dell openmanage # DELL server - install dell openmanage
if ( ! dpkg -l | grep dmidecode ); then if ( ! dpkg -l | grep dmidecode ); then
apt-get install -y dmidecode apt-get install -y dmidecode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment