2020-10-29 16:53:59 -04:00
|
|
|
$packageArgs = @{
|
|
|
|
packageName = $env:ChocolateyPackageName
|
|
|
|
FileType = 'exe'
|
|
|
|
SilentArgs = '/S'
|
2021-03-06 00:59:01 -05:00
|
|
|
Url64 = '\\ucs\software\CHITUBOX64Install_V1.8.1.exe'
|
|
|
|
Checksum64 = '40938d0653da9fa90aa9f90cc3cc0dd094d756ec2b5c3b9d1548db68f3b81a63'
|
2020-10-29 16:53:59 -04:00
|
|
|
ChecksumType64 = 'sha256'
|
|
|
|
ValidExitCodes = @(0, 1223)
|
|
|
|
}
|
|
|
|
|
|
|
|
Install-ChocolateyPackage @packageArgs
|