Document installation and validate shell scripts

This commit is contained in:
2026-04-17 09:39:59 +08:00
parent 28960eee03
commit 75ecf7e624
3 changed files with 288 additions and 7 deletions

View File

@@ -18,18 +18,12 @@ if [[ ${IPF_COLOR_ENABLED} == 1 ]]; then
CLR_GREEN=$'\033[32m'
CLR_YELLOW=$'\033[33m'
CLR_BLUE=$'\033[34m'
CLR_CYAN=$'\033[36m'
CLR_BOLD=$'\033[1m'
CLR_DIM=$'\033[2m'
CLR_RESET=$'\033[0m'
else
CLR_RED=''
CLR_GREEN=''
CLR_YELLOW=''
CLR_BLUE=''
CLR_CYAN=''
CLR_BOLD=''
CLR_DIM=''
CLR_RESET=''
fi