Skip to content

Commit 1113c50

Browse files
committed
fix: don't start new shell for Windows install
1 parent 3aeb18c commit 1113c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Write-Info ''
8484
Write-Info "For more information visit https://github.com/$Repo"
8585
Write-Info ''
8686
Write-Info 'Starting openagent...'
87-
Start-Process -FilePath (Join-Path $InstallDir 'openagent.exe') -ArgumentList 'serve'
87+
& (Join-Path $InstallDir 'openagent.exe') serve

0 commit comments

Comments
 (0)