Skip to content

Commit 303163a

Browse files
author
Harrison
committed
Fix CantActivateDocumentInPipeline error
1 parent aff0e28 commit 303163a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows-installer/idt-win-installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Foreach($i in $EXT_PROGS) {
2727
rm "git-installer.exe"
2828
} elseif ($prog_bin -eq "docker") {
2929
Invoke-WebRequest "https://download.docker.com/win/stable/InstallDocker.msi" -outfile "InstallDocker.msi"
30-
.\InstallDocker.msi /a /passive | Out-Null
30+
msiexec /a InstallDocker.msi /passive | Out-Null
3131
rm "InstallDocker.msi"
3232
} elseif ($prog_bin -eq "kubectl") {
3333
$kube_version = (Invoke-WebRequest "https://storage.googleapis.com/kubernetes-release/release/stable.txt").Content

0 commit comments

Comments
 (0)