clean caches first
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user