mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tools: add set -x to install-prereqs scripts
This commit is contained in:
parent
30a2472b89
commit
e8fc5b9552
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -x
|
||||
|
||||
command -v yaourt >/dev/null 2>&1 || { echo >&2 "Please install yaourt first. Aborting."; exit 1; }
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -x
|
||||
|
||||
OPT="/opt"
|
||||
BASE_PKGS="build-essential ccache g++ gawk git make wget"
|
||||
|
Loading…
Reference in New Issue
Block a user