Skip to content

Commit

Permalink
chore: Update vagantfile for testing on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads committed Apr 9, 2024
1 parent 5b906ab commit ec29e94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
v.gui = true
v.memory = 8192
v.cpus = 4
v.customize ["modifyvm", :id, "--vram", "256", "--monitorcount", "3"]
v.customize ["modifyvm", :id, "--vram", "256", "--monitorcount", "1"]
v.customize ["storageattach", :id,
"--storagectl", "IDE Controller",
"--port", "0", "--device", "1",
Expand All @@ -14,6 +14,7 @@ Vagrant.configure("2") do |config|
end

config.vm.provision "shell", privileged: "true", powershell_elevated_interactive: "true", inline: <<-SHELL
choco install -y git intellijidea-ultimate
choco install -y git intellijidea-ultimate php
choco install -y correttojdk --version=20.0.0
SHELL
end

0 comments on commit ec29e94

Please sign in to comment.