minor changes
This commit is contained in:
parent
a5af81b784
commit
3b468cb752
5
setup
5
setup
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user