blob: c9f4b093697ead5ffe26594ee01fc3d737d9cab6 [file] [log] [blame]
Isaac Wilcovecfd9a032017-01-15 00:08:58 +00001#!/usr/bin/env bash
2
3set -e
4set -u
5
6export DEBIAN_FRONTEND=noninteractive
7
8# Install the kernel sources before the guest additions to guarantee that
9# we can compile the kernel module.
10apt-get install -q -y linux-headers-amd64
11
12# Now we can install the guest additions.
13apt-get install -q -y \
14 virtualbox-guest-dkms \
15 virtualbox-guest-x11