<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<pre class="moz-quote-pre" wrap="">Date: Thu, 23 May 2019 14:26:58 -0400 (EDT)
From: "Nigel A. Gunn G8IFF/W8IFF" <a class="moz-txt-link-rfc2396E" href="mailto:nigel@ngunn.net"><nigel@ngunn.net></a>
Subject: Re: [chirp_users] Homebrew formula and daily builds
To: Discussion of CHIRP <a class="moz-txt-link-rfc2396E" href="mailto:chirp_users@intrepid.danplanet.com"><chirp_users@intrepid.danplanet.com></a>,        Brian
        McCaffrey <a class="moz-txt-link-rfc2396E" href="mailto:brian@w1bp.net"><brian@w1bp.net></a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:693315801.787648.1558636018565@email.ionos.com"><693315801.787648.1558636018565@email.ionos.com></a>
Content-Type: text/plain; charset=UTF-8
For those Linux users who feel neglected, you can install Homebrew with:
sh -c "$(curl -fsSL <a class="moz-txt-link-freetext" href="https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh">https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh</a>)"
</pre>
<hr width="100%" size="2">
<p>No thank you!</p>
<p>I've seen what that can do, and anyway, that fails miserably if
Ruby is not installed.</p>
<pre>#!/bin/sh
set -e
umask 022
if test -n "$HOMEBREW_FORCE_VENDOR_RUBY" || ! command -v ruby >/dev/null; then
        eval "`curl -fsSL <a class="moz-txt-link-freetext" href="https://raw.githubusercontent.com/Linuxbrew/install/master/install-ruby">https://raw.githubusercontent.com/Linuxbrew/install/master/install-ruby</a>`"
fi
exec ruby -e "`curl -fsSL <a class="moz-txt-link-freetext" href="https://raw.githubusercontent.com/Linuxbrew/install/master/install">https://raw.githubusercontent.com/Linuxbrew/install/master/install</a>`" "$@"</pre>
<p>(I've removed what it put there, cleaned and sterilised the
brewery!)<br>
</p>
<p>Mac's are an odd case, as they are curated by Apple, who
vehemently do not want anyone "polluting" the system with unknown
software.</p>
<p>However, as we all know, there are ways...</p>
<p>Best stick to the instructions on the chirp website I think.</p>
<p>73.</p>
<p>Dave G0WBX.</p>
<p><br>
</p>
<pre class="moz-quote-pre" wrap=""> </pre>
<pre class="moz-signature" cols="72">--
Created on and sent from a Unix like PC running and using free and open source software.
::
</pre>
</body>
</html>