clean caches first

This commit is contained in:
Jeffrey Paul 2019-11-26 20:43:36 -08:00
parent 844e233c90
commit 4ad2ee9e71
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
#!/bin/bash
function run_install {
mkdir -p $HOME/Library/Caches/Homebrew
rm -rf $HOME/Library/Caches/Homebrew/*
REPO="https://github.com/sneak/osximage.git"
DEST="$TMPDIR/osximage"