From 59a44b115d5fe789c023c32049d8480648298432 Mon Sep 17 00:00:00 2001 From: nain <126972030+nain-F49FF806@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:43:11 +0000 Subject: [PATCH] feat: add script for brew installation --- customization/common/files/opt/rusty-pets/brew-install | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 customization/common/files/opt/rusty-pets/brew-install diff --git a/customization/common/files/opt/rusty-pets/brew-install b/customization/common/files/opt/rusty-pets/brew-install new file mode 100755 index 0000000..fc8c091 --- /dev/null +++ b/customization/common/files/opt/rusty-pets/brew-install @@ -0,0 +1,3 @@ +#!/bin/env bash + +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"