Skip to content

Commit

Permalink
fetch new repo data before we install anything
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Aug 10, 2015
1 parent f23b88f commit 90c7250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
sudo apt-get update -y
sudo apt-get install -y build-essential python-dev python-setuptools
cd /tmp && wget http://releases.ansible.com/ansible/ansible-latest.tar.gz
tar xzf ansible-latest.tar.gz
cd ansible-* && sudo python setup.py install

0 comments on commit 90c7250

Please sign in to comment.