typo
This commit is contained in:
@@ -120,7 +120,7 @@ function InstallDependenciesCentOS {
|
|||||||
|
|
||||||
#determine which python package is needed. CentOS 7 requires python, 8 is python3
|
#determine which python package is needed. CentOS 7 requires python, 8 is python3
|
||||||
if [[ $OSVERSION == "8" ]]; then
|
if [[ $OSVERSION == "8" ]]; then
|
||||||
PYTHON="python3"
|
PYTHON="python3"
|
||||||
else
|
else
|
||||||
PYTHON="python"
|
PYTHON="python"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user