From faffc561b016211d9ed9054c3d2f5c0be5445947 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 18 Jul 2018 22:28:46 -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 432e98a..8579de1 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