From 28bc8f1777379fed1b5e8ac5fe13c8defcb5cf60 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 28 Nov 2020 04:11:10 -0500 Subject: [PATCH] add note about checking for deps --- bin/build_brew.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/build_brew.sh b/bin/build_brew.sh index 436bbaba..5730ec1b 100644 --- a/bin/build_brew.sh +++ b/bin/build_brew.sh @@ -16,6 +16,8 @@ source "$REPO_DIR/.venv/bin/activate" cd "$REPO_DIR/brew_dist" +# make sure archivebox.rb is up-to-date with the dependencies + echo "[+] Building bottle" brew install --build-bottle ./archivebox.rb brew bottle archivebox