From 1f7d1c913f4762242442108514f8c44d12d904be Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Mon, 14 Sep 2020 23:34:38 +0800 Subject: [PATCH] linuxbrew-bottles: mkdir for HOMEBREW_CACHE dir --- linuxbrew-bottles.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linuxbrew-bottles.sh b/linuxbrew-bottles.sh index 96e1e0d..a8fb833 100755 --- a/linuxbrew-bottles.sh +++ b/linuxbrew-bottles.sh @@ -24,6 +24,7 @@ do repo_name="homebrew-${tap}" args="mac" fi + mkdir -p "$HOMEBREW_CACHE" remote_filelist="$HOMEBREW_CACHE/filelist.txt" echo "===== SYNC STARTED AT $(date -R) ====="