parent
a2f9e0d2fe
commit
2c87fe3b58
1 changed files with 6 additions and 1 deletions
|
@ -214,9 +214,14 @@ Function Choco-Install
|
|||
Choco-Upgrade -package $package -version $version -source $source -force $force `
|
||||
-installargs $installargs -packageparams $packageparams `
|
||||
-ignoredependencies $ignoredependencies
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
return
|
||||
if (-not $force)
|
||||
{
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
$cmd = "$executable install -dv -y $package"
|
||||
|
|
Loading…
Reference in a new issue