Quick fix syntax

This commit is contained in:
clsty
2025-10-01 21:44:06 +08:00
parent 9f711c20e0
commit a7097014a3
+1 -1
View File
@@ -11,7 +11,7 @@ set -e
#####################################################################################
# 0. Before we start
source ./scriptdata/install-greeting ;;
source ./scriptdata/install-greeting
#####################################################################################
printf "${COLOR_CYAN}[$0]: 1. Install dependencies\n${COLOR_RESET}"
# TODO: if `--via-nix` is specified, source `install-deps-nix` instead.