The rh_systems shell function was not properly defined. This corrects it
so that the bootstrapping can work
Change-Id: Ic5f03feac7deb5c8da54f3db4b0fb6a599ff0d85
Signed-off-by: Andrew Grimberg <[email protected]>
apt-get install -y --force-yes python-virtualenv python-pip python-dev
}
-rh_systems {
+rh_systems() {
# Install build tools
yum groupinstall 'Development Tools' -y
yum install openssl-devel -y
*)
echo "---> Unknown operating system"
;;
-esac
\ No newline at end of file
+esac