mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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
|
||||
|
||||
set -e
|
||||
|
||||
## Bash script to setup PX4 development environment on Ubuntu LTS (20.04, 18.04, 16.04).
|
||||
## Can also be used in docker.
|
||||
##
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user