Skip to content
Snippets Groups Projects
Commit cfc95a9b authored by Henrik Triem's avatar Henrik Triem
Browse files

Allow install for amzn

parent 7e0ea955
No related branches found
No related tags found
No related merge requests found
Pipeline #23074 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment