diff --git a/install_puppet.sh b/install_puppet.sh index 153a4c3432..ed9335b6d6 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -20,9 +20,9 @@ EZ_SETUP_URL=https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py PIP_GET_PIP_URL=https://raw.github.com/pypa/pip/master/contrib/get-pip.py -curl -O $EZ_SETUP_URL +curl -O $EZ_SETUP_URL || wget $EZ_SETUP_URL python ez_setup.py -curl -O $PIP_GET_PIP_URL +curl -O $PIP_GET_PIP_URL || wget $PIP_GET_PIP_URL python get-pip.py # Install puppet version 2.7.x from puppetlabs.