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