#!/usr/bin/with-contenv bash

echo "**** installing shellcheck ****"
apt-get install -y \
    shellcheck
