mirror of https://github.com/BOINC/boinc.git
[android][vagrant] run full upgrade after initial install
This commit is contained in:
parent
e6256c988f
commit
df71be7fa6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue