mirror of https://github.com/BOINC/boinc.git
[android][vagrant] run final (full) update at the end
This commit is contained in:
parent
490fa1e28c
commit
7b65c6ba31
|
@ -158,7 +158,11 @@ Vagrant.configure("2") do |config|
|
|||
SHELL
|
||||
end
|
||||
|
||||
config.vm.provision "shell", name: "Final cleanup and reboot...", inline: <<-SHELL
|
||||
config.vm.provision "shell", name: "Final update, cleanup and reboot...", inline: <<-SHELL
|
||||
export DEBIAN_FRONTEND=noninteractive;
|
||||
apt-get update
|
||||
apt-get --assume-yes upgrade
|
||||
apt-get --assume-yes dist-upgrade
|
||||
apt-get clean
|
||||
reboot
|
||||
SHELL
|
||||
|
|
Loading…
Reference in New Issue