From 13c15e17c5c4eeba3bf2d55ef8b69d9edf4c8c61 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Mar 2019 13:09:20 -0500 Subject: [PATCH] Update install-glances.sh --- install-glances.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-glances.sh b/install-glances.sh index f180cb5..032738b 100755 --- a/install-glances.sh +++ b/install-glances.sh @@ -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