#!/bin/sh

PKGS="policycontrol-student-ubuntu"

apt-get $APT_OPTIONS install -y --force-yes --ignore-missing $PKGS

