mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
linuxbrew-bottles: mkdir for HOMEBREW_CACHE dir
This commit is contained in:
parent
271157eb68
commit
1f7d1c913f
@ -24,6 +24,7 @@ do
|
|||||||
repo_name="homebrew-${tap}"
|
repo_name="homebrew-${tap}"
|
||||||
args="mac"
|
args="mac"
|
||||||
fi
|
fi
|
||||||
|
mkdir -p "$HOMEBREW_CACHE"
|
||||||
remote_filelist="$HOMEBREW_CACHE/filelist.txt"
|
remote_filelist="$HOMEBREW_CACHE/filelist.txt"
|
||||||
|
|
||||||
echo "===== SYNC STARTED AT $(date -R) ====="
|
echo "===== SYNC STARTED AT $(date -R) ====="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user