Update glances-install.sh

This commit is contained in:
2018-03-19 23:10:47 -05:00
parent 8de85b7936
commit 7b110e9a30

View File

@@ -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