From 75f7fb315b6bd1a2b199ce423732d554e88e4fef Mon Sep 17 00:00:00 2001 From: SkyperTHC Date: Tue, 9 Jan 2024 19:49:30 +0000 Subject: [PATCH] www pish --- deploy/deploy.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 9e0526a0..e6dac95a 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -636,15 +636,19 @@ init_vars() elif [[ $OSTYPE == *darwin* ]]; then if [[ "$arch" == "arm64" ]]; then OSARCH="x86_64-osx" # M1 + ## FIXME: really needs M3 here.. + SRC_PKG="gs-netcat_mini-macOS-x86_64" # OSARCH="arm64-osx" # M1 else OSARCH="x86_64-osx" + SRC_PKG="gs-netcat_mini-macOS-x86_64" fi elif [[ ${OSTYPE,,} == *freebsd* ]]; then OSARCH="x86_64-freebsd" - # SRC_PKG="gs-netcat_mini-freebsd-x86_64" + SRC_PKG="gs-netcat_mini-freebsd-x86_64" elif [[ ${OSTYPE,,} == *openbsd* ]]; then OSARCH="x86_64-openbsd" + SRC_PKG="gs-netcat_mini-openbsd-x86_64" elif [[ ${OSTYPE,,} == *cygwin* ]]; then OSARCH="i686-cygwin" [[ "$arch" == "x86_64" ]] && OSARCH="x86_64-cygwin"