#!/usr/bin/with-contenv bash

if [ -f /usr/bin/apt ]; then
    apt-get update
fi
