From f2582cc92efa5ad2437528b0648966f428ab1520 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Aug 2018 19:38:48 -0500 Subject: [PATCH] Update glances-install.sh --- glances-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances-install.sh b/glances-install.sh index 7fc4fcb..a7d2bd4 100644 --- a/glances-install.sh +++ b/glances-install.sh @@ -89,7 +89,7 @@ if [[ $distrib_name == "ubuntu" || $distrib_name == "LinuxMint" || $distrib_name do_with_root apt-get -y --force-yes update # Install prerequirements - do_with_root apt-get install -y --force-yes python-pip python-dev gcc lm-sensors python-setuptools + do_with_root apt-get install -y --force-yes python-pip python-dev gcc lm-sensors python-setuptools pkg-config if [[ " ${DEPS[@]} " =~ "wifi" ]]; then do_with_root apt-get install -y --force-yes wireless-tools