Make Homebrew installation non-interactive

This commit is contained in:
humocs-man
2026-03-13 10:34:08 +01:00
committed by GitHub
parent 0dcb26c12a
commit a1a9b52192
@@ -31,7 +31,7 @@ ensure_flathub() {
install_brew_and_setup_path() {
if ! command -v brew >/dev/null 2>&1; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
local BREW_PREFIX="/home/linuxbrew/.linuxbrew"