cleaned Script

This commit is contained in:
Fr4nz D13trich 2025-10-09 07:56:08 +02:00
parent a9f791b72f
commit ec440a3a1b
2 changed files with 19 additions and 8 deletions

18
assets/shell/shell_colors Normal file
View 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"

View file

@ -1,12 +1,5 @@
#!/bin/bash
## SOME COLOR
CYN="\e[0;36m"
YEL="\e[0;33m"
RED="\e[0;31m"
GRN="\e[0;32m"
CRS="\e[0m"
source assets/shell/shell_colors
### DEPENDENCY CHECK & INSTALLER
pkgs="openssl nginx"