From cfc95a9b502a8046059a4218a4852d5993deb62e Mon Sep 17 00:00:00 2001 From: Henrik Triem <henrik.triem@netways.de> Date: Tue, 11 Jan 2022 13:45:16 +0100 Subject: [PATCH] Allow install for amzn --- icinga-build-rpm-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-build-rpm-install b/icinga-build-rpm-install index 0eb657b..a1e79a6 100755 --- a/icinga-build-rpm-install +++ b/icinga-build-rpm-install @@ -26,7 +26,7 @@ do done case "$ICINGA_BUILD_OS" in - centos|fedora|rhel) + centos|fedora|rhel|amzn) if [ -x /usr/bin/dnf ]; then (set -ex; sudo dnf install -y "${packages[@]}") else -- GitLab