diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-11-29 11:49:38 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-11-29 11:49:38 +0100 |
commit | 665e4863a436ae90679598cc31a3d9e46b5f01aa (patch) | |
tree | 922e6f2f8316ad719c23814f3e090809c755d019 /scripts | |
parent | e5b71239e8d6c109bc6e1d7c3028904f09c9035e (diff) | |
parent | 0b2db436420531d9f4a57e8ec27943bba6ac2b1f (diff) | |
download | meta-updater-665e4863a436ae90679598cc31a3d9e46b5f01aa.tar.gz |
Merge branch 'master' into feat/thud/hardware-id-etc
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/find_aktualizr_dependencies.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/find_aktualizr_dependencies.sh b/scripts/find_aktualizr_dependencies.sh index 786d8a9..986b541 100755 --- a/scripts/find_aktualizr_dependencies.sh +++ b/scripts/find_aktualizr_dependencies.sh | |||
@@ -11,11 +11,12 @@ parentdir="$(dirname "$0")" | |||
11 | # those are common dependencies not enabled by default. | 11 | # those are common dependencies not enabled by default. |
12 | ${parentdir}/find_dependencies.py aktualizr | 12 | ${parentdir}/find_dependencies.py aktualizr |
13 | ${parentdir}/find_dependencies.py aktualizr-auto-prov | 13 | ${parentdir}/find_dependencies.py aktualizr-auto-prov |
14 | ${parentdir}/find_dependencies.py aktualizr-implicit-prov | 14 | ${parentdir}/find_dependencies.py aktualizr-auto-prov-creds |
15 | ${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov | 15 | ${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov |
16 | ${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov-creds | ||
16 | ${parentdir}/find_dependencies.py aktualizr-hsm-prov | 17 | ${parentdir}/find_dependencies.py aktualizr-hsm-prov |
18 | ${parentdir}/find_dependencies.py aktualizr-hsm-prov-creds | ||
17 | ${parentdir}/find_dependencies.py aktualizr-disable-send-ip | 19 | ${parentdir}/find_dependencies.py aktualizr-disable-send-ip |
18 | ${parentdir}/find_dependencies.py aktualizr-example-interface | ||
19 | ${parentdir}/find_dependencies.py aktualizr-log-debug | 20 | ${parentdir}/find_dependencies.py aktualizr-log-debug |
20 | ${parentdir}/find_dependencies.py libp11 | 21 | ${parentdir}/find_dependencies.py libp11 |
21 | ${parentdir}/find_dependencies.py dpkg | 22 | ${parentdir}/find_dependencies.py dpkg |