Update glances-install.sh
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user