Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Vagrantey
0.1.7
public/Install-Vagrant.ps1
function
Install-Vagrant
{
[
cmdletBinding
(
)
]
Param
(
)
process
{
if
(
(
Get-Command
choco
)
)
{
choco
install
vagrant
}
else
{
if
(
$isWindows
)
{
}
if
(
$isLinux
)
{
}
if*
}
}
}