Commit d0ee9228 by César Galvis

feat: changed default vm timezone

parent c73aa4eb
......@@ -36,5 +36,10 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", path: "src/scripts/ChocolateyInstall.ps1"
## Install Chocolatey packages
config.vm.provision "shell", path: "src/scripts/ChocolateyInstallPackages.ps1"
## Change timezone
config.vm.provision "shell", inline: <<-SHELL
Write-Output "=== Change timezone ==="
tzutil /s "SA Pacific Standard Time"
SHELL
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment