From bedda065f49b7801aaf13a8a4261e981d64f3e9c Mon Sep 17 00:00:00 2001 From: gmweaver Date: Tue, 4 Jun 2024 23:07:14 -0700 Subject: [PATCH] fixes --- install_libpostal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_libpostal.sh b/install_libpostal.sh index 62c276b..f2813a6 100755 --- a/install_libpostal.sh +++ b/install_libpostal.sh @@ -26,9 +26,9 @@ if [ "$OS" = "Linux" ]; then sudo apt-get install clang curl autoconf automake libtool pkg-config elif [ "$OS" = "Darwin" ]; then if [ "$ARCH" == *"x86"* ]; then - brew install automake curl autoconf automake libtool pkg-config + brew install curl autoconf automake libtool pkg-config elif [ "$ARCH" == *"arm"* ]; then - arch -arm64 brew install automake curl autoconf automake libtool pkg-config + arch -arm64 brew install curl autoconf automake libtool pkg-config fi fi