Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Windows Server 2016

WIP chocolatey-community#31 but for
Windows Server 2016
  • Loading branch information
basictheprogram committed Nov 29, 2018
1 parent c52d79f commit cb40707
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end

# http://docs.vagrantup.com/v2/vagrantfile/machine_settings.html
Vagrant.configure("2") do |config|
config.vm.box = "/Users/tanner/projects/packer/Stefan-Schere-packer-windows/windows_10_virtualbox.box"
config.vm.box = "/Users/tanner/projects/packer/Stefan-Schere-packer-windows/windows_2016_virtualbox.box"

# http://docs.vagrantup.com/v2/providers/configuration.html
# http://docs.vagrantup.com/v2/virtualbox/configuration.html
Expand Down
1 change: 0 additions & 1 deletion shell/InstallToolchain.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
if (Get-Command "choco.exe" -ErrorAction SilentlyContinue)
{
# "7zip", "bitvise-ssh-server", "git", "notepadplusplus" | ForEach-Object -Process {choco install $_}
"7zip", "git", "notepadplusplus" | ForEach-Object -Process {choco install $_}
}

0 comments on commit cb40707

Please sign in to comment.