Added hash check to setupTmp
Fixed issue with custom apps in choco
This commit is contained in:
@@ -5,7 +5,7 @@ function InstallChoco {
|
||||
function ChocoInstallApps {
|
||||
param (
|
||||
[string] $Type,
|
||||
[string] $Apps
|
||||
[array] $Apps
|
||||
)
|
||||
|
||||
switch ($Type) {
|
||||
|
||||
Reference in New Issue
Block a user