Skip to content

Commit

Permalink
Typo in rebase for setup.sh ARM fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mookerji committed Feb 3, 2015
1 parent 3b46ebd commit e0602d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function run_all_platforms () {
log_info "Updating..."
sudo apt-get update
sudo apt-get install -y curl
sudo apt-get python python-dev python-pip
sudo apt-get install python python-dev python-pip
sudo pip install ansible
elif [[ "$OSTYPE" == "darwin"* ]]; then
piksi_splash_osx
Expand Down

0 comments on commit e0602d4

Please sign in to comment.