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