#!/bin/bash # Copyright (c) The OpenTofu Authors # SPDX-License-Identifier: MPL-2.0 # Copyright (c) 2023 HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 set -ex apt-get update apt-get install -y curl git build-essential gcc procps curl file /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" (echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /root/.bashrc eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" bash -x examples/brew-install.sh tofu -version