diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 5bac620..fd6a458 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -53,7 +53,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # # # Use VBoxManage to customize the VM. For example to change memory: vb.customize ["modifyvm", :id, "--memory", "1024"] - vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04"] + vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04 - 1"] end # # View the documentation for the provider you're using for more diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index b59d17e..3f55dbe 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -218,7 +218,7 @@ return array( ), ] */ - 'activeLanguages' => array('fr','en','de','ne',), + 'activeLanguages' => array('fr','en','de','nl',), 'appVersion' => \$package_json['version'],