Update glances-install.sh

This commit is contained in:
2018-03-18 19:47:03 -05:00
parent fcae3b9bbb
commit 9caef97abd

View File

@@ -1,9 +1,16 @@
#!/usr/bin/env bash
#
# GlancesAutoInstall script
# Version: Glances 2.8
# Author: Nicolas Hennion (aka) Nicolargo
#
Color_Off='\033[0m'
Blue='\033[0;34m'
BBlue='\033[1;34m'
Green='\033[0;32m'
LGreen='\033[1;32m'
BOrange='\033[0;33m'
DGray='\033[1;30m'
Red='\033[10;31m'
LRed='\033[1;31m'
#echo -e "${Green}TEST${Color_Off}"
# Execute a command as root (or sudo)
do_with_root() {