From c47fcb2225bc60977cc22f107a081696c2d8198a Mon Sep 17 00:00:00 2001 From: veeso Date: Thu, 7 Apr 2022 10:24:54 +0200 Subject: [PATCH] fixed install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 835d5c7..bb1c080 100755 --- a/install.sh +++ b/install.sh @@ -267,7 +267,7 @@ install_on_linux() { install_on_macos() { if has brew; then # get homebrew formula name - if [ "${ARCH}" != "x86_64" ]; then + if [ "${ARCH}" == "x86_64" ]; then FORMULA="termscp" else FORMULA="termscp-m1"