OpenAdapt icon indicating copy to clipboard operation
OpenAdapt copied to clipboard

[Bug]: windows install script not working

Open abrichr opened this issue 7 months ago • 0 comments

Describe the bug

Running the install script fails:

image

A new shell window opens, flashes some text about OCR, then immediately exits.

To Reproduce

Paste into powershell:

Start-Process powershell -Verb RunAs -ArgumentList '-NoExit', '-ExecutionPolicy', 'Bypass', '-Command', "iwr -UseBasicParsing -Uri 'https://raw.githubusercontent.com/OpenAdaptAI/OpenAdapt/main/install/install_openadapt.ps1' | Invoke-Expression"

abrichr avatar Jun 24 '24 19:06 abrichr