clean caches first
This commit is contained in:
parent
844e233c90
commit
4ad2ee9e71
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue