[android][vagrant] run full upgrade after initial install

This commit is contained in:
Oliver Behnke 2018-11-27 12:03:56 +01:00
parent e6256c988f
commit df71be7fa6
1 changed files with 1 additions and 1 deletions

2
android/Vagrantfile vendored
View File

@ -113,7 +113,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", name: "Preparing desktop environment...", inline: <<-SHELL config.vm.provision "shell", name: "Preparing desktop environment...", inline: <<-SHELL
add-apt-repository ppa:lyzardking/ubuntu-make add-apt-repository ppa:lyzardking/ubuntu-make
apt-get update 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-mate-core virtualbox-guest-x11
apt-get --assume-yes install ubuntu-make git automake libtool pkg-config apt-get --assume-yes install ubuntu-make git automake libtool pkg-config
update-locale LC_ALL=en_US.UTF-8 update-locale LC_ALL=en_US.UTF-8