Browse Source

setup: stop on error

sbg
Julian Oes 5 years ago committed by Lorenz Meier
parent
commit
bac4854424
  1. 1
      Tools/setup/ubuntu.sh

1
Tools/setup/ubuntu.sh

@ -11,6 +11,7 @@ @@ -11,6 +11,7 @@
## Not Installs:
## - FastRTPS and FastCDR
set -e
INSTALL_NUTTX="true"
INSTALL_SIM="true"

Loading…
Cancel
Save