cleaned Script
This commit is contained in:
parent
a9f791b72f
commit
ec440a3a1b
2 changed files with 19 additions and 8 deletions
18
assets/shell/shell_colors
Normal file
18
assets/shell/shell_colors
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
## SOME COLOR
|
||||||
|
BLK="\e[0;30m"
|
||||||
|
RED="\e[0;31m"
|
||||||
|
GRN="\e[0;32m"
|
||||||
|
ORN="\e[0;33m"
|
||||||
|
BLU="\e[0;34m"
|
||||||
|
MGT="\e[0;35m"
|
||||||
|
CYN="\e[0;36m"
|
||||||
|
LGR="\e[0;37m"
|
||||||
|
DGR="\e[1;30m"
|
||||||
|
LRD="\e[1;31m"
|
||||||
|
LGN="\e[1;32m"
|
||||||
|
YEL="\e[1;33m"
|
||||||
|
LBL="\e[1;34m"
|
||||||
|
LPR="\e[1;35m"
|
||||||
|
LCY="\e[1;36m"
|
||||||
|
WHT="\e[1;37m"
|
||||||
|
CRS="\e[0m"
|
||||||
|
|
@ -1,12 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
source assets/shell/shell_colors
|
||||||
## SOME COLOR
|
|
||||||
CYN="\e[0;36m"
|
|
||||||
YEL="\e[0;33m"
|
|
||||||
RED="\e[0;31m"
|
|
||||||
GRN="\e[0;32m"
|
|
||||||
CRS="\e[0m"
|
|
||||||
|
|
||||||
### DEPENDENCY CHECK & INSTALLER
|
### DEPENDENCY CHECK & INSTALLER
|
||||||
|
|
||||||
pkgs="openssl nginx"
|
pkgs="openssl nginx"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue