From 9caef97abddac9fd7d41cbaeb9bcdefdc43c0b94 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 18 Mar 2018 19:47:03 -0500 Subject: [PATCH] Update glances-install.sh --- glances-install.sh | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/glances-install.sh b/glances-install.sh index 3cf88aa..4dba3e8 100644 --- a/glances-install.sh +++ b/glances-install.sh @@ -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() {