mirror of https://github.com/tteck/Proxmox.git
Update debian-v5.sh
This commit is contained in:
parent
8d3610035a
commit
76fb7ceffb
|
@ -29,17 +29,7 @@ NSAPP=$(echo ${APP,,} | tr -d ' ')
|
|||
var_install="${NSAPP}-v5-install"
|
||||
timezone=$(cat /etc/timezone)
|
||||
INTEGER='^[0-9]+([.][0-9]+)?$'
|
||||
YW=$(echo "\033[33m")
|
||||
BL=$(echo "\033[36m")
|
||||
RD=$(echo "\033[01;31m")
|
||||
BGN=$(echo "\033[4;92m")
|
||||
GN=$(echo "\033[1;92m")
|
||||
DGN=$(echo "\033[32m")
|
||||
CL=$(echo "\033[m")
|
||||
BFR="\\r\\033[K"
|
||||
HOLD="-"
|
||||
CM="${GN}✓${CL}"
|
||||
CROSS="${RD}✗${CL}"
|
||||
color
|
||||
set -Eeuo pipefail
|
||||
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
|
||||
|
||||
|
|
Loading…
Reference in New Issue