#!/bin/sh
export DEBIAN_FRONTEND=noninteractive
KVER=$(uname -r)
apt-get install -y "linux-headers-$KVER"
/usr/lib/dkms/dkms-autopkgtest
