Commit 084957fc by César Galvis

fix: solved issue with vagrantfile

parent a84fd086
......@@ -37,7 +37,7 @@ Vagrant.configure("2") do |config|
## Install Chocolatey packages
config.vm.provision "shell", path: "src/scripts/ps/ChocolateyInstallPackages.ps1"
## Wireguard Install and setup
config.vm.provision "shell", path: "src/scripts/ps/WireguardSetup.ps1"
config.vm.provision "shell", path: "src/scripts/ps/WireguardInstall.ps1"
## Change timezone
config.vm.provision "shell", inline: <<-SHELL
Write-Output "=== Change timezone ==="
......
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