show verbose output for shell-gpt install on OpenBSD

Rust compilation of jiter/pydantic-core takes 20+ minutes on ARM64.
Without verbose output the install appears to hang.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Anton Volnuhin 2026-03-03 18:09:38 +03:00
parent d85bf1b8fe
commit bdda5794c1

View File

@ -460,7 +460,7 @@ fi
new_line "Installing shell-gpt" new_line "Installing shell-gpt"
{{ if eq .chezmoi.os "openbsd" -}} {{ if eq .chezmoi.os "openbsd" -}}
$SUDO sh -c 'TMPDIR=/tmp CARGO_HOME=/tmp/cargo PIP_CACHE_DIR=/tmp/pip-cache PIPX_HOME=/usr/local/lib/pipx PIPX_BIN_DIR=/usr/local/bin pipx install shell-gpt' 2>&1|pad $SUDO sh -c 'TMPDIR=/tmp CARGO_HOME=/tmp/cargo PIP_CACHE_DIR=/tmp/pip-cache PIPX_HOME=/usr/local/lib/pipx PIPX_BIN_DIR=/usr/local/bin pipx install --verbose shell-gpt'
{{ else -}} {{ else -}}
pipx install shell-gpt 2>&1|pad pipx install shell-gpt 2>&1|pad
{{ end -}} {{ end -}}