mirror of https://github.com/BOINC/boinc.git
[android][vagrant] fix/upgrade ubuntu-make (switch to recommended repo)
This commit is contained in:
parent
466c5871fc
commit
d6d66767be
|
@ -111,7 +111,7 @@ Vagrant.configure("2") do |config|
|
|||
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
|
||||
# documentation for more information about their specific syntax and use.
|
||||
config.vm.provision "shell", name: "Preparing desktop environment...", inline: <<-SHELL
|
||||
add-apt-repository ppa:ubuntu-desktop/ubuntu-make
|
||||
add-apt-repository ppa:lyzardking/ubuntu-make
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
apt-get --assume-yes install ubuntu-mate-core virtualbox-guest-x11
|
||||
|
|
Loading…
Reference in New Issue