Install requirements via install script
All checks were successful
continuous-integration/drone/pr Build is passing

Closes https://git.autonomic.zone/coop-cloud/abra/issues/196.
This commit is contained in:
2021-07-05 18:39:43 +02:00
parent 32bf28e7a9
commit 6c7b53f585
6 changed files with 225 additions and 11 deletions

2
abra
View File

@ -2628,7 +2628,7 @@ abra() {
# Use abra__command_ in case `command` is provided (i.e. `volume` or `stack`)
CMD="sub_${abra__command_}"
if type "$CMD" > /dev/null 2>&1; then
# shellcheck disable=SC2086
# shellcheck disable=SC2086,SC2048
"$CMD" ${abra__args_[*]}
else
docopt_exit