Browse Source

install_bin: my arch for freebsd

pull/98/head
bol-van 3 years ago
parent
commit
cd3a8ca026
  1. 2
      install_bin.sh

2
install_bin.sh

@ -37,7 +37,7 @@ if [ "$UNAME" = "Linux" ]; then
elif [ "$UNAME" = "Darwin" ]; then
ARCHLIST="my mac64"
elif [ "$UNAME" = "FreeBSD" ]; then
ARCHLIST="freebsd-x64"
ARCHLIST="my freebsd-x64"
else
ARCHLIST="my"
fi

Loading…
Cancel
Save