forked from Archive/PX4-Autopilot
setup: Let's not ignore errors
Otherwise the script finishes and you don't know if it worked.
This commit is contained in:
parent
3d56836850
commit
addb978364
|
@ -1,5 +1,7 @@
|
||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
## Bash script to setup PX4 development environment on Ubuntu LTS (20.04, 18.04, 16.04).
|
## Bash script to setup PX4 development environment on Ubuntu LTS (20.04, 18.04, 16.04).
|
||||||
## Can also be used in docker.
|
## Can also be used in docker.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue