From 1a22161b3f37efa2e5fd6341521d4d8e61ecc69a Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 27 Feb 2024 19:01:53 -0500 Subject: [PATCH] fix: remove noninteractive=1 from brew --- just/custom.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just/custom.just b/just/custom.just index bc70d42baad..41612c6272e 100644 --- a/just/custom.just +++ b/just/custom.just @@ -13,7 +13,7 @@ bluefin-cli: brew: #!/usr/bin/env bash if [[ ! -f "/var/home/linuxbrew/.linuxbrew/bin" || ! -x "/var/home/linuxbrew/.linuxbrew/bin/brew" ]]; then - /usr/bin/bash -c 'env NONINTERACTIVE=1 /usr/libexec/brew-install' + /usr/bin/bash -c '/usr/libexec/brew-install' fi # Install "fleek" set of packages for brew | none, low, default, high