Skip to content

Commit

Permalink
VirtualBox 5.2.12 --> 5.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Aug 8, 2018
1 parent db85ae3 commit 0c499e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step0-packer-windows-vagrantbox/scripts/vm-guest-tools.bat
Expand Up @@ -13,7 +13,7 @@ if exist "C:\Users\vagrant\VBoxGuestAdditions.iso" (
)

if not exist "C:\Windows\Temp\VBoxGuestAdditions.iso" (
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://download.virtualbox.org/virtualbox/5.2.12/VBoxGuestAdditions_5.2.12.iso', 'C:\Windows\Temp\VBoxGuestAdditions.iso')" <NUL
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://download.virtualbox.org/virtualbox/5.2.16/VBoxGuestAdditions_5.2.16.iso', 'C:\Windows\Temp\VBoxGuestAdditions.iso')" <NUL
)

cmd /c ""C:\Program Files\7-Zip\7z.exe" x C:\Windows\Temp\VBoxGuestAdditions.iso -oC:\Windows\Temp\virtualbox"
Expand Down

0 comments on commit 0c499e1

Please sign in to comment.