mirror of https://github.com/tteck/Proxmox.git
Update debian-v3.sh
This commit is contained in:
parent
d8ebbc568b
commit
75126ff601
|
@ -8,7 +8,7 @@ BGN=`echo "\033[4;92m"`
|
||||||
GN=`echo "\033[32m"`
|
GN=`echo "\033[32m"`
|
||||||
CL=`echo "\033[m"`
|
CL=`echo "\033[m"`
|
||||||
BFR="\\r\\033[K"
|
BFR="\\r\\033[K"
|
||||||
HOLD="[-]"
|
HOLD="-"
|
||||||
CM="${GN}✓${CL}"
|
CM="${GN}✓${CL}"
|
||||||
APP="Debian"
|
APP="Debian"
|
||||||
NSAPP=$(echo ${APP,,} | tr -d ' ')
|
NSAPP=$(echo ${APP,,} | tr -d ' ')
|
||||||
|
|
Loading…
Reference in New Issue