diff --git a/install.sh b/install.sh index 4f654c1..6241f4a 100755 --- a/install.sh +++ b/install.sh @@ -7,8 +7,6 @@ # Get the directory of this script MY_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -FNA_VERSION=21.04 - readlinkf(){ perl -MCwd -e 'print Cwd::abs_path shift' "$1";} # Checks if git is installed