clean caches first

This commit is contained in:
2019-11-26 20:45:16 -08:00
parent 844e233c90
commit 4ad2ee9e71
+4
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"