Skip to content

Commit 65c4711

Browse files
author
thestack_ai
committed
fix: use SilentlyContinue to prevent pip stderr from halting installer
1 parent d609445 commit 65c4711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Jarvis Orb — Windows Installer (PowerShell)
22
# Usage: irm https://raw.githubusercontent.com/whynowlab/jarvis-orb/main/install.ps1 | iex
33

4-
$ErrorActionPreference = "Stop"
4+
$ErrorActionPreference = "SilentlyContinue"
55
$Version = "0.1.0"
66
$Repo = "whynowlab/jarvis-orb"
77
$BrainDir = "$env:USERPROFILE\.jarvis-orb"

0 commit comments

Comments
 (0)