mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -04:00
remove conflicting packages when building brew bottle
This commit is contained in:
parent
3108966070
commit
e888869abc
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,14 @@ echo
|
|||
echo "[+] Uninstalling any exisitng archivebox versions..."
|
||||
brew uninstall archivebox || true
|
||||
brew untap archivebox/archivebox || true
|
||||
brew uninstall --ignore-dependencies yt-dlp || true
|
||||
brew uninstall python-mutagen || true
|
||||
brew uninstall python-brotli || true
|
||||
|
||||
pip3 uninstall archivebox || true
|
||||
pip3 uninstall mutagen || true
|
||||
pip3 uninstall brotli || true
|
||||
pip3 uninstall yt-dlp || true
|
||||
|
||||
# echo "[*] Running Formula linters and test build..."
|
||||
# brew test-bot --tap=ArchiveBox/homebrew-archivebox archivebox/archivebox/archivebox || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue