setup: Let's not ignore errors

Otherwise the script finishes and you don't know if it worked.
This commit is contained in:
Julian Oes
2021-09-15 20:27:55 +02:00
committed by Matthias Grob
parent 3d56836850
commit addb978364
+2
View File
@@ -1,5 +1,7 @@
#! /usr/bin/env bash
set -e
## Bash script to setup PX4 development environment on Ubuntu LTS (20.04, 18.04, 16.04).
## Can also be used in docker.
##