diff --git a/multi-node-aio/bootstrap.sh b/multi-node-aio/bootstrap.sh index aabe325f..610e0703 100755 --- a/multi-node-aio/bootstrap.sh +++ b/multi-node-aio/bootstrap.sh @@ -49,7 +49,7 @@ esac # Install pip3 if ! which pip3 &>/dev/null; then curl --silent --show-error --retry 5 \ - https://bootstrap.pypa.io/3.4/get-pip.py | sudo python3 + https://bootstrap.pypa.io/pip/3.4/get-pip.py | sudo python3 fi # Install bindep and tox diff --git a/pxelinux-provisioning/bootstrap.sh b/pxelinux-provisioning/bootstrap.sh index 3641e4d0..44bc0487 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/3.2/get-pip.py | sudo python2.7 + https://bootstrap.pypa.io/pip/3.2/get-pip.py | sudo python2.7 fi # Install bindep and tox