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

Commit

Permalink
Issue #1: Final fixes to get pip-autoremove uninstalled.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 27, 2019
1 parent d87f9eb commit 7df7389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion centos8.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"boot_wait": "10s",
"disk_size": 81920,
"guest_os_type": "RedHat_64",
"headless": false,
"headless": true,
"http_directory": "http",
"iso_urls": [
"CentOS-8-x86_64-1905-dvd1.iso",
Expand Down
4 changes: 2 additions & 2 deletions scripts/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Remove Ansible and its dependencies.
pip3 install pip-autoremove
ln -s /usr/bin/pip3 /usr/bin/pip
pip-autoremove ansible -y
/usr/local/bin/pip-autoremove ansible -y
rm -f /usr/bin/pip
pip3 uninstall pip-autoremove
pip3 uninstall pip-autoremove -y

# Zero out the rest of the free space using dd, then delete the written file.
echo "Writing zeroes to free space (this could take a while)."
Expand Down

0 comments on commit 7df7389

Please sign in to comment.