Skip to content

Commit

Permalink
www pish
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyperTHC committed Jan 9, 2024
1 parent 25aae9f commit 75f7fb3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75f7fb3

Please sign in to comment.