Skip to content

Commit

Permalink
fix: resolve old macOS installations
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Aug 11, 2024
1 parent f1e3ebf commit dd0d960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/docs/public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ elif [[ "$OS_TYPE" == "Darwin" ]]; then
BIN_PATH="$RINDEXER_BIN_DIR/rindexer"
PLATFORM="darwin"
EXT="tar.gz"
if [[ "$ARCH_TYPE" != "arm64" ]]; then
ARCH_TYPE="amd64"
fi
elif [[ "$OS_TYPE" == "MINGW"* ]] || [[ "$OS_TYPE" == "MSYS"* ]] || [[ "$OS_TYPE" == "CYGWIN"* ]]; then
PLATFORM="win32"
EXT="zip"
Expand Down

0 comments on commit dd0d960

Please sign in to comment.