Last active
August 29, 2015 14:19
-
-
Save lonniev/7d967b09add6ca1f3a8a to your computer and use it in GitHub Desktop.
Wrapper cmd.exe DOS Batch script to run the Vagrant post_install Powershell script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/lonniev/350a444c626119c31208/raw/09b5513e9777b144137cfbf0bf6af2c9a3e7fc5b/vagrantize-softlayer.ps1'))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment