Small tweaks to the VM. (#118)

* Added guest additions dependency.

* Fix Emacs syntax highlighting.
This commit is contained in:
robh2
2018-03-06 20:48:16 -05:00
committed by Nate Foster
parent 97f31560ca
commit 27997d391c
3 changed files with 12 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ sudo add-apt-repository ppa:webupd8team/atom
apt-get update
KERNEL=$(uname -r)
DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
apt-get install -y --no-install-recommends \
atom \
autoconf \
@@ -46,6 +46,7 @@ apt-get install -y --no-install-recommends \
libreadline6-dev \
libssl-dev \
libtool \
linux-headers-$KERNEL\
lubuntu-desktop \
make \
mktemp \