Skip to content

Commit

Permalink
Fixed easy_install URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Ermakov committed Feb 1, 2016
1 parent 65bd2b3 commit eb0ebfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-guest_ansible/guest_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if ! command -v ansible >/dev/null; then
exit 1
fi
echo "Installing pip via easy_install."
wget http://peak.telecommunity.com/dist/ez_setup.py
wget https://bootstrap.pypa.io/ez_setup.py
sudo python ez_setup.py && rm -f ez_setup.py
sudo easy_install pip
# Make sure setuptools are installed crrectly.
Expand Down
Binary file modified pkg/vagrant-guest_ansible-0.0.3.gem
Binary file not shown.

0 comments on commit eb0ebfb

Please sign in to comment.