diff --git a/install-from-bastion.sh b/install-from-bastion.sh index 5fbfeb2..2c9588c 100644 --- a/install-from-bastion.sh +++ b/install-from-bastion.sh @@ -6,7 +6,7 @@ sudo -E su # Install dev tools. yum install -y "@Development Tools" python2-pip openssl-devel python-devel gcc libffi-devel -# Get the OpenShift 3.9 installer. +# Get the OpenShift 3.10 installer. pip install -I ansible==2.6.5 git clone -b release-3.10 https://github.com/openshift/openshift-ansible