From 07d8e14978c51feb008c92cde47a78b66930f5d2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 18 Jul 2018 22:35:45 -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 8579de1..432e98a 100644 --- a/glances-install.sh +++ b/glances-install.sh @@ -80,7 +80,7 @@ if [[ $distrib_name == "ubuntu" || $distrib_name == "LinuxMint" || $distrib_name export DEBIAN_FRONTEND=noninteractive # Make sure the package repository is up to date - # do_with_root apt-get -y --force-yes update + 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