No GUI mode for now.

This commit is contained in:
Daniel Buckmaster 2015-02-02 17:06:48 +11:00
parent 05fba1f110
commit abea882862
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = 'ubuntu/trusty32'
config.vm.provider 'virtualbox' do |vb|
vb.gui = true
#vb.gui = true
vb.memory = 1024
end

View file

@ -2,7 +2,7 @@
apt-get update -y
# Install Unity desktop for GUI purposes.
apt-get install -y --no-install-recommends ubuntu-desktop
#apt-get install -y --no-install-recommends ubuntu-desktop
# Install software for development.
sudo apt-get install \