diff --git a/xo-install.sh b/xo-install.sh index 9a8718f..f125d6b 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -72,7 +72,7 @@ function InstallDependenciesDebian { echo echo -n "Running apt-get update..." - apt-get update >/dev/null 2>$LOGFLE + apt-get update >/dev/null 2>$LOGFILE echo "done" # Install apt-transport-https and ca-certificates because of yarn https repo url