#!/usr/bin/env bash # SPDX-License-Identifier: AGPL-3.0-only # SPDX-FileCopyrightText: MatrixFurry set -euo pipefail export NONINTERACTIVE=1 dnf install -y git nu procps-ng gcc-c++ bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew tap matrixfurry/atomicxr $PWD brew install nushell exec "$(dirname $0)/../bottle.nu" "$@"