diff --git a/containerfile_scripts/brew.sh b/containerfile_scripts/brew.sh index f13f873..8345eba 100644 --- a/containerfile_scripts/brew.sh +++ b/containerfile_scripts/brew.sh @@ -51,7 +51,7 @@ fi # Run Homebrew install script export CI=${CI:-1} export NONINTERACTIVE=1 -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"|| +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" || die "Something went wrong running Homebrew install.sh" sync /var/home/linuxbrew FILES_TO_FACTORY+=(/var/home/linuxbrew)