diff --git a/android/Vagrantfile b/android/Vagrantfile index 8d63117631..4f06afe68d 100644 --- a/android/Vagrantfile +++ b/android/Vagrantfile @@ -113,7 +113,7 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", name: "Preparing desktop environment...", inline: <<-SHELL add-apt-repository ppa:lyzardking/ubuntu-make apt-get update - apt-get upgrade + apt-get dist-upgrade apt-get --assume-yes install ubuntu-mate-core virtualbox-guest-x11 apt-get --assume-yes install ubuntu-make git automake libtool pkg-config update-locale LC_ALL=en_US.UTF-8