Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Last active January 21, 2016 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferventcoder/41750df34b82dd8b2216 to your computer and use it in GitHub Desktop.
Save ferventcoder/41750df34b82dd8b2216 to your computer and use it in GitHub Desktop.
For 1.7.4
# somewhere around line 81 in https://github.com/chocolatey/chocolatey-test-environment/blob/master/Vagrantfile
config.vm.provision :shell, :path => "shell/PrepareWindows.ps1" #, :powershell_elevated_interactive => true
config.vm.provision :shell, :path => "shell/InstallNet4.ps1" #, :powershell_elevated_interactive => true
config.vm.provision :shell, :path => "shell/InstallChocolatey.ps1" #, :keep_color => true, :powershell_elevated_interactive => true
config.vm.provision :shell, :path => "shell/NotifyGuiAppsOfEnvironmentChanges.ps1" #, :powershell_elevated_interactive => true
# [..snip..]
config.vm.provision :shell, :inline => $packageTestScript #, :powershell_elevated_interactive => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment