mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-16 13:28:29 +00:00
fix puppeteer install using npx stalling waiting for y user confirmation
This commit is contained in:
parent
146cdff7d9
commit
bffa9ee78d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class PuppeteerBinProvider(BaseBinProvider):
|
|||
euid: Optional[int] = ARCHIVEBOX_USER
|
||||
|
||||
puppeteer_browsers_dir: Path = LIB_DIR_BROWSERS
|
||||
puppeteer_install_args: List[str] = ["@puppeteer/browsers", "install", "--path", str(LIB_DIR_BROWSERS)]
|
||||
puppeteer_install_args: List[str] = ['--yes', "@puppeteer/browsers", "install", "--path", str(LIB_DIR_BROWSERS)]
|
||||
|
||||
packages_handler: BinProviderOverrides = Field(default={
|
||||
"chrome": lambda:
|
||||
|
|
Loading…
Add table
Reference in a new issue