Skip to content

Commit

Permalink
fix up batches to point to public places
Browse files Browse the repository at this point in the history
  • Loading branch information
hh committed Mar 22, 2013
1 parent d7e0dd6 commit 02927a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions definitions/.windows/install-chef.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
timeout 10
REM sleeping to give outbound networkingh a chance to come up
cmd /C cscript wget.vbs /url:http://10.12.13.1/chef-client-11.4.0-18-gdf096fa-1.windows.msi /path:chef-client.msi
cmd /C msiexec /qn /i chef-client.msi
timeout 120

cmd /C powershell (New-Object System.Net.Webclient).DownloadFile('http://http://www.opscode.com/chef/install.msi','c:\chef-client.msi')
cmd /C msiexec /qn /i c:\chef-client.msi
2 changes: 0 additions & 2 deletions definitions/.windows/install-vbox.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
REM with this, we can open the iso, and extract the VBoxWindowsAdditions.exe!
REM http://downloads.sourceforge.net/sevenzip/7z920.exe
cmd /c certutil -addstore -f "TrustedPublisher" a:oracle-cert.cer
cmd /c e:\VBoxWindowsAdditions-amd64.exe /S
cmd /c shutdown.exe /r /t 5 /d p:2:4 /c "Vagrant reboot for VBoxWindowsAdditions"
Expand Down

0 comments on commit 02927a7

Please sign in to comment.