From 985f48677bfcb948e79869b1bf025e877c73dfe6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Feb 2021 12:35:21 +0100 Subject: [PATCH] Add brew installer --- installer.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 installer.sh diff --git a/installer.sh b/installer.sh new file mode 100644 index 0000000..83eecf4 --- /dev/null +++ b/installer.sh @@ -0,0 +1,8 @@ +#!/bin/bash + + +echo "--cacert /usr/local/share/ca/cacert.pem" > ~/.curlrc + +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" + +brew install ansible