Use /usr/local/bin/ape on Apple Silicon

This commit is contained in:
Justine Tunney 2023-11-05 14:48:00 -08:00
parent b893479417
commit f63c4d4f52
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 24 additions and 3 deletions

View file

@ -37,6 +37,9 @@ done
if [ -f /usr/bin/ape ]; then
$SUDO rm -f /usr/bin/ape
fi
if [ -f /usr/local/bin/ape ]; then
$SUDO rm -f /usr/local/bin/ape
fi
# legacy installations
rm -f o/tmp/ape /tmp/ape "${TMPDIR:-/tmp}/ape"