Skip to content

Commit

Permalink
fix install bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bigstones committed Nov 24, 2023
1 parent 207f8f3 commit 6cb00aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ SOURCE_ETA_INSTALL=false
SCRATCH_MONGODB_INSTALL=false
BUILD_APP=true
VOXEL51_INSTALL=false
GITHUB_INSTALL=false
E2E_INSTALL=false
while getopts "hdempv" FLAG; do
case "${FLAG}" in
h) SHOW_HELP=true ;;
Expand Down

0 comments on commit 6cb00aa

Please sign in to comment.