Fix vagrant key / ubuntu gulp issues

This commit is contained in:
Thilina Pituwala
2020-05-20 12:04:28 +02:00
parent 61abe71314
commit 1ca9cc0ed6
4 changed files with 1916 additions and 1896 deletions

1
Vagrantfile vendored
View File

@@ -15,6 +15,7 @@ Vagrant.configure(2) do |config|
config.vm.provision "shell", inline: <<-SHELL
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA8E81B4331F7F50
sudo apt-get update
SHELL