From 66d27ce3efb2ef91a4ffb066918353c9d4cc560f Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 30 Oct 2020 11:28:45 -0700 Subject: [PATCH] bump FNA to 20.10 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 715d295..e79bc8b 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ # Get the directory of this script MY_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -FNA_VERSION=20.08 +FNA_VERSION=20.10 readlinkf(){ perl -MCwd -e 'print Cwd::abs_path shift' "$1";}