diff --git a/README.rst b/README.rst index 661a54c..aa24c7b 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ it can send the passed test data to a RefStack API server. Environment setup ################# -We've created an "easy button" for Ubuntu, Centos, RHEL and openSuSe. +We've created an "easy button" for Ubuntu, Centos, RHEL and openSUSE. 1. Make sure you have ``git`` installed 2. Get the refstack client: ``git clone https://github.com/openstack/refstack-client`` diff --git a/setup_env b/setup_env index f0f64bb..dcb7b6a 100755 --- a/setup_env +++ b/setup_env @@ -94,7 +94,7 @@ elif [ -n "$(command -v yum)" ]; then fi sudo yum -y install git elif [ -n "$(command -v zypper)" ]; then - # For zypper-based distributions (openSuSe, SELS) + # For zypper-based distributions (openSUSE, SELS) # If we run script in container we need sudo if [ ! -f sudo ]; then zypper --gpg-auto-import-keys --non-interactive refresh @@ -122,7 +122,7 @@ elif [ -n "$(command -v yum)" ]; then # For yum-based distributions (RHEL, Centos) sudo yum -y install curl wget tar unzip make python-devel.x86_64 gcc gcc-c++ libffi-devel libxml2-devel bzip2-devel libxslt-devel openssl-devel libyaml-devel python3-devel elif [ -n "$(command -v zypper)" ]; then - # For zypper-based distributions (openSuSe, SELS) + # For zypper-based distributions (openSUSE, SELS) sudo zypper --non-interactive install curl wget tar unzip make python-devel.x86_64 gcc gcc-c++ libffi-devel libxml2-devel zlib-devel libxslt-devel libopenssl-devel python-xml libyaml-devel else echo "Neither apt-get, nor yum, nor zypper found."