Browse Source

setup: Let's not ignore errors

Otherwise the script finishes and you don't know if it worked.
master
Julian Oes 3 years ago committed by Matthias Grob
parent
commit
addb978364
  1. 2
      Tools/setup/ubuntu.sh

2
Tools/setup/ubuntu.sh

@ -1,5 +1,7 @@ @@ -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…
Cancel
Save