diff --git a/cable-bible b/cable-bible index ac89b87..bda21fe 100644 --- a/cable-bible +++ b/cable-bible @@ -6,6 +6,8 @@ if [[ "$(uname -s)" = "Darwin" ]] ; then if ping -c 1 amiaopensource.github.io >/dev/null 2>&1 ; then cablebible_path='https://amiaopensource.github.io/cable-bible/' + elif [[ "$(uname -m)" = "arm64" ]] ; then + cablebible_path=$(find /opt/homebrew/Cellar/cable-bible -iname 'index.html' | sort -M | tail -n1) else cablebible_path=$(find /usr/local/Cellar/cable-bible -iname 'index.html' | sort -M | tail -n1) fi