diff --git a/multi-node-aio/bootstrap.sh b/multi-node-aio/bootstrap.sh index ba308f8e..2c85d809 100755 --- a/multi-node-aio/bootstrap.sh +++ b/multi-node-aio/bootstrap.sh @@ -41,7 +41,7 @@ esac # Install pip if ! which pip &>/dev/null; then curl --silent --show-error --retry 5 \ - https://bootstrap.pypa.io/get-pip.py | sudo python2.7 + https://bootstrap.pypa.io/3.2/get-pip.py | sudo python2.7 fi # Install bindep and tox diff --git a/pxelinux-provisioning/bootstrap.sh b/pxelinux-provisioning/bootstrap.sh index 27e4d0cb..3641e4d0 100755 --- a/pxelinux-provisioning/bootstrap.sh +++ b/pxelinux-provisioning/bootstrap.sh @@ -41,7 +41,7 @@ esac # Install pip if ! which pip &>/dev/null; then curl --silent --show-error --retry 5 \ - https://bootstrap.pypa.io/get-pip.py | sudo python2.7 + https://bootstrap.pypa.io/3.2/get-pip.py | sudo python2.7 fi # Install bindep and tox