#!/bin/sh

# install icinga-core

set -e
set -o xtrace

install-packages icinga-core
