From db06c629ef55f1a84e408f80c1a9734d7a76242c Mon Sep 17 00:00:00 2001 From: ronivay Date: Mon, 11 May 2020 17:01:19 +0300 Subject: [PATCH] typo --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 0c78705..efb83fc 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -120,7 +120,7 @@ function InstallDependenciesCentOS { #determine which python package is needed. CentOS 7 requires python, 8 is python3 if [[ $OSVERSION == "8" ]]; then - PYTHON="python3" + PYTHON="python3" else PYTHON="python" fi