Update message

This commit is contained in:
clsty
2025-11-11 09:33:14 +08:00
parent e00e703af2
commit dc958436d8
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ case ${SUBCMD_NAME} in
source ${SUBCMD_DIR}/0.greeting.sh
fi
if [[ "${SKIP_ALLDEPS}" != true ]]; then
source ${SUBCMD_DIR}/1.deps-selector.sh
source ${SUBCMD_DIR}/1.deps-router.sh
fi
if [[ "${SKIP_ALLSETUPS}" != true ]]; then
source ${SUBCMD_DIR}/2.setups.sh
@@ -84,7 +84,7 @@ case ${SUBCMD_NAME} in
;;
install-deps)
if [[ "${SKIP_ALLDEPS}" != true ]]; then
source ${SUBCMD_DIR}/1.deps-selector.sh
source ${SUBCMD_DIR}/1.deps-router.sh
fi
;;
install-setups)