We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c62ec commit 566df93Copy full SHA for 566df93
install/ci-vm/ci-windows/startup-script.ps1
@@ -1,5 +1,5 @@
1
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
2
-choco install winfsp -y
+choco install winfsp tesseract -y
3
4
cd C:\Windows\Temp
5
0 commit comments