From 3b468cb752a6831838a6cc9c8fa0c30f4cff384a Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sat, 28 Aug 2021 22:11:51 +0930 Subject: [PATCH] minor changes --- setup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup b/setup index a736ecd..ee86568 100755 --- a/setup +++ b/setup @@ -125,6 +125,11 @@ echo "" echo "Note: it is expected that the initial run of this script lets each stage complete sucessfully." } +if [ "$1" = "help" ]; then + help + exit 0 +fi + update_system git submodule init git submodule update