Skip to content

Commit

Permalink
fixup! allow reboots
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Nov 8, 2018
1 parent 090643f commit 56e913c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/msvs/install_tools/install_tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ try
iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1')); get-boxstarter -Force;

# Install the packges from `install_tools.txt`
Install-BoxstarterPackage -PackageName ($PSScriptRoot+'\install_tools.txt') -Credential $cred -DisableReboots;
Install-BoxstarterPackage -PackageName ($PSScriptRoot+'\install_tools.txt') -Credential $cred;

# Wait for user confirmation.
Read-Host 'Press ENTER to finish';
Expand Down

0 comments on commit 56e913c

Please sign in to comment.