Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Commit

Permalink
Fixes #11: Use https download for ez_setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Mar 13, 2015
1 parent 714b3ed commit 1f05352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ ! -f /usr/bin/ansible ]; then
fi

echo "Installing pip via easy_install."
wget http://peak.telecommunity.com/dist/ez_setup.py
wget https://raw.githubusercontent.com/ActiveState/ez_setup/v0.9/ez_setup.py
python ez_setup.py && rm -f ez_setup.py
easy_install pip
# Make sure setuptools are installed crrectly.
Expand Down

0 comments on commit 1f05352

Please sign in to comment.