From e5e28a79685ec58e529a0fcdf9fad0d3a9ee1376 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Mon, 29 Aug 2022 21:08:17 -0700 Subject: [PATCH] checkout FNA master --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index b45410f..aa3709f 100755 --- a/install.sh +++ b/install.sh @@ -26,9 +26,6 @@ function pullFNA() { checkGit git submodule add https://github.com/FNA-XNA/FNA.git - cd FNA - git checkout $FNA_VERSION - cd .. echo "Updating to the latest git version of FNA..." git submodule update --init --recursive if [ $? -eq 0 ]; then