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() {