#!/bin/sh

set -e

if which apt-key > /dev/null; then
    apt-key update
fi

