diff --git a/bucket/crc.json b/bucket/crc.json index ed63afff60..8b4f186ac5 100644 --- a/bucket/crc.json +++ b/bucket/crc.json @@ -11,12 +11,8 @@ "hash": "da2153166ea6996eb3850aa196837df4e68bb1f841d37ca5ad5773400c1152bf", "pre_install": [ "# The trailing backslash(\\) in $dir\\ is required by lessmsi.", - "# '>nul', '2>&1' sets cmd stdout to $null, and stderr to stdout", "Invoke-ExternalCommand lessmsi -ArgumentList @('x', \"$dir\\crc-windows-amd64.msi\", \"$dir\\\") | Out-Null", - "$tail = $version.Split('-')[1]", - "Invoke-ExternalCommand cmd -ArgumentList @('/c', 'copy', '/b', \"`\"$dir\\SourceDir\\CodeReady Containers\\crc_hyperv_$tail.crcbundle.*`\"\", \"`\"$dir\\crc_hyperv_$tail.crcbundle`\"\", '>nul', '2>&1') | Out-Null", - "Remove-Item \"$dir\\SourceDir\\CodeReady Containers\\crc_hyperv_$tail.crcbundle.*\", \"$dir\\*.cab\", \"$dir\\*.msi\" | Out-Null", - "Copy-Item \"$dir\\SourceDir\\CodeReady Containers\\*\" \"$dir\" -Force -Recurse | Out-Null", + "Copy-Item \"$dir\\SourceDir\\Red Hat OpenShift Local\\*\" \"$dir\" -Force -Recurse | Out-Null", "Remove-Item \"$dir\\SourceDir\" -Force -Recurse | Out-Null" ] }