mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Install extractors before screenshot crawls
This commit is contained in:
parent
fab52ba2cf
commit
d08c4ec35d
@ -92,6 +92,7 @@ echo "[*] Initializing the ArchiveBox collection at $DATA_DIR"
|
||||
(
|
||||
cd "$DATA_DIR"
|
||||
uv run --no-cache --project "$REPO_DIR" archivebox init --quick
|
||||
uv run --no-cache --project "$REPO_DIR" archivebox install
|
||||
)
|
||||
|
||||
SEED_STATE="$( (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user