mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
empty commit to bump version difference
This commit is contained in:
parent
e888869abc
commit
a6ea05820b
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
|
|
||||||
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
|
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null 2>&1 && cd .. && pwd )"
|
||||||
|
|
||||||
|
|
||||||
CURRENT_PLAFORM="$(uname)"
|
CURRENT_PLAFORM="$(uname)"
|
||||||
|
@ -45,7 +45,7 @@ pip3 uninstall yt-dlp || true
|
||||||
# brew untap archivebox/archivebox || true
|
# brew untap archivebox/archivebox || true
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "[+] Installing and building hombrew bottle from https://Github.com/ArchiveBox/homebrew-archivebox#main"
|
echo "[+] Installing and building hombrew bottle from https://github.com/ArchiveBox/homebrew-archivebox#main"
|
||||||
brew tap archivebox/archivebox
|
brew tap archivebox/archivebox
|
||||||
brew install --build-bottle archivebox
|
brew install --build-bottle archivebox
|
||||||
brew bottle archivebox
|
brew bottle archivebox
|
||||||
|
|
Loading…
Reference in a new issue