Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Fixes #10: Cleanup tries running Pip, but it's not present.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Oct 30, 2016
1 parent 7f1ad57 commit 2349240
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash -eux

# Remove Ansible and its dependencies.
pip freeze | grep -v "^-e" | xargs pip uninstall -y
yum -y remove git python-setuptools gcc python-devel openssl-devel

# Zero out the rest of the free space using dd, then delete the written file.
Expand Down

0 comments on commit 2349240

Please sign in to comment.