From 7b110e9a309258d746ab499ab0cf835d41360ea3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 19 Mar 2018 23:10:47 -0500 Subject: [PATCH] Update glances-install.sh --- glances-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glances-install.sh b/glances-install.sh index 34991b5..40b7d24 100644 --- a/glances-install.sh +++ b/glances-install.sh @@ -141,6 +141,8 @@ shopt -u nocasematch do_with_root pip install --upgrade pip DEPS2="setuptools glances[$(join_by , $DEPS)]" +echo -e "${BOrange}DEPS 2B: $DEPS2${Color_Off}" + # Install or ugrade Glances from the Pipy repository if [[ -x /usr/local/bin/glances || -x /usr/bin/glances ]]; then