aws / amazon-ecs-init

Amazon Elastic Container Service RPM
http://aws.amazon.com/ecs
Apache License 2.0
199 stars 118 forks source link

install script: remove check on dirmngr #464

Closed fenxiong closed 2 years ago

fenxiong commented 2 years ago

Summary

fixes https://github.com/aws/amazon-ecs-init/issues/446. due to reason mentioned in the issue, dirmngr is not necessary in order to check the package signature, so can be removed.

Implementation details

removed check on dirmngr.

Testing

tested the script on a debian image without dirmngr. script runs successfully including signature check.

New tests cover the changes: N/A

Description for the changelog