1
0
Fork 0
mirror of synced 2024-05-17 19:02:33 +12:00

remove conflicting packages when building brew bottle

This commit is contained in:
Nick Sweeting 2024-01-04 19:53:49 -08:00
parent 3108966070
commit e888869abc

View file

@ -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