Update install-glances.sh

This commit is contained in:
2019-03-30 13:09:20 -05:00
parent 6fad740e6a
commit 13c15e17c5

View File

@@ -100,6 +100,7 @@ elif [[ $distrib_name == "redhat" || $distrib_name == "centos" || $distrib_name
# Redhat/CentOS/SL
# Install prerequirements
do_with_root yum -y install epel-release
do_with_root yum -y install python-pip python-devel gcc lm_sensors python-setuptools
if [[ " ${DEPS[@]} " =~ "wifi" ]]; then