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