diff --git a/docs/_includes/install/universal.sh b/docs/_includes/install/universal.sh index db1072f149f..7cba682e772 100755 --- a/docs/_includes/install/universal.sh +++ b/docs/_includes/install/universal.sh @@ -24,10 +24,10 @@ then DIR="freebsd" elif [ "${ARCH}" = "aarch64" ] then - #DIR="freebsd-aarch64" + DIR="freebsd-aarch64" elif [ "${ARCH}" = "powerpc64le" ] then - #DIR="freebsd-powerpc64le" + DIR="freebsd-powerpc64le" fi elif [ "${OS}" = "Darwin" ] then