Added hash check to setupTmp

Fixed issue with custom apps in choco
This commit is contained in:
2023-11-15 10:44:33 +01:00
parent a0bfedb6ad
commit 3499388a7f
8 changed files with 65 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ function InstallChoco {
function ChocoInstallApps {
param (
[string] $Type,
[string] $Apps
[array] $Apps
)
switch ($Type) {