From cf09a17db064a001fe7a0ce9b378c5689acbd60b Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 14:21:10 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index f4ee667..59fcef8 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -91,7 +91,7 @@ done if [[ ${#SYS_pkgs[@]} -gt 0 ]]; then info "installing from system repos: ${SYS_pkgs[*]}" - install_pkgs "${SYS_pkgs[@]}" || { + install_pkgs "${SYS_pkgs[@]}" &>/dev/null || { warn "system install failed, falling back to binaries" BIN_pkgs+=("${SYS_pkgs[@]}") }