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

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"