Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cable-bible
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down