Commit 0557aa63 by César Galvis

refactor: changed powershell scripts path

parent 3b21b0a6
...@@ -33,9 +33,9 @@ Vagrant.configure("2") do |config| ...@@ -33,9 +33,9 @@ Vagrant.configure("2") do |config|
# Provisioning # Provisioning
## Run the external script to install Chocolatey ## Run the external script to install Chocolatey
config.vm.provision "shell", path: "src/scripts/ChocolateyInstall.ps1" config.vm.provision "shell", path: "src/scripts/ps/ChocolateyInstall.ps1"
## Install Chocolatey packages ## Install Chocolatey packages
config.vm.provision "shell", path: "src/scripts/ChocolateyInstallPackages.ps1" config.vm.provision "shell", path: "src/scripts/ps/ChocolateyInstallPackages.ps1"
## Change timezone ## Change timezone
config.vm.provision "shell", inline: <<-SHELL config.vm.provision "shell", inline: <<-SHELL
Write-Output "=== Change timezone ===" 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