Separate GUI config.

This commit is contained in:
Daniel Buckmaster 2015-02-07 17:03:04 +11:00
parent 7252c69738
commit 2416297b12
3 changed files with 19 additions and 7 deletions

View file

@ -1,12 +1,6 @@
# Make sure package listings are up to date.
apt-get update -y
# Install Unity desktop for GUI purposes.
#apt-get install --no-install-recommends \
# ubuntu-desktop \
# gnome-terminal \
# -y
# Install software for development.
sudo apt-get install \
git \