From ea84cbd73227720e5a4862199cbed1689b38b659 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Fri, 19 Jan 2018 11:09:07 +1000 Subject: [PATCH] Support for DragonFlyBSD --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 7649260..127d315 100755 --- a/setup.sh +++ b/setup.sh @@ -63,7 +63,7 @@ read -e bbsname PLATFORM=`uname` -if [[ "$PLATFORM" == 'FreeBSD' ]] || [[ "$PLATFORM" == 'Darwin' ]]; then +if [[ "$PLATFORM" == 'FreeBSD' ]] || [[ "$PLATFORM" == 'Darwin' ]] || [[ "$PLATFORM" == 'DragonFly' ]]; then SED=gsed else SED=sed