Add --skip-allgreeting

This commit is contained in:
clsty
2025-10-04 22:26:40 +08:00
parent 81287e9eb5
commit 5ecae9662f
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ set -e
#####################################################################################
# 0. Before we start
source ./scriptdata/step/0.install-greeting.sh
if [[ "${SKIP_ALLGREETING}" != true ]]; then
source ./scriptdata/step/0.install-greeting.sh
fi
#####################################################################################
if [[ "${SKIP_ALLDEPS}" != true ]]; then
printf "${STY_CYAN}[$0]: 1. Install dependencies\n${STY_RESET}"