#!/bin/bash

set -ex

DEB_HOST_MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)"

sudo apt-get install -y libboost1.67-icinga-all-dev

ls -al "/usr/lib/${DEB_HOST_MULTIARCH}/icinga-boost"
ls -al "/usr/include/icinga-boost"
