From a058832a65e386d184bb1cfee54ca0bb2312047c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Feb 2021 12:32:28 +0100 Subject: [PATCH] add shell 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