From a7097014a391788a8db3d79f31f282ed416a13dd Mon Sep 17 00:00:00 2001 From: clsty Date: Wed, 1 Oct 2025 21:44:06 +0800 Subject: [PATCH] Quick fix syntax --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cb8a83d6d..62dccc33c 100755 --- a/install.sh +++ b/install.sh @@ -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.