Commit 5cedf9a4 by César Galvis

fix: solved issue with vagrantfile

parent 12a676a5
......@@ -32,13 +32,13 @@ Vagrant.configure("2") do |config|
# Provisioning
## Windows settings
config.vm.provision "shell", path: "src/scripts/ps/WindowsSettings.ps1"
## Run the external script to install Chocolatey
config.vm.provision "shell", path: "src/scripts/ps/ChocolateyInstall.ps1"
## 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/WireguardInstall.ps1"
## Windows settings
config.vm.provision "shell", path: "src/scripts/ps/WireguardInstall.ps1"
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