From a0cc2d8b1ec1e86a4dc6591592d8ff9ff56edde2 Mon Sep 17 00:00:00 2001 From: Anthony correia Date: Thu, 5 May 2022 20:37:44 +0000 Subject: [PATCH] Update install.sh (Minor fix) --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5329f5e..5e4a0cd 100644 --- a/install.sh +++ b/install.sh @@ -114,7 +114,8 @@ echo "" case ${STEP} in 0) - echo "${Yellow}Start all the steps of installer${NORMAL}" + echo "${Yellow}Start all steps of installer${NORMAL}" + echo "" step_1_upgrade step_2_node_install step_3_yarn_install