minor changes

This commit is contained in:
Solomon Laing 2021-08-28 22:11:51 +09:30
parent a5af81b784
commit 3b468cb752

5
setup
View File

@ -125,6 +125,11 @@ echo ""
echo "Note: it is expected that the initial run of this script lets each stage complete sucessfully." 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 update_system
git submodule init git submodule init
git submodule update git submodule update