mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
fix more installer bugs
This commit is contained in:
parent
4b34b729ab
commit
3e4a846488
4 changed files with 4 additions and 3 deletions
|
@ -112,6 +112,7 @@ class PuppeteerBinProvider(BaseBinProvider):
|
|||
f"{self.__class__.__name__} install method is not available on this host ({self.INSTALLER_BIN} not found in $PATH)"
|
||||
)
|
||||
packages = packages or self.on_get_packages(bin_name)
|
||||
assert packages, f"No packages specified for installation of {bin_name}"
|
||||
|
||||
# print(f'[*] {self.__class__.__name__}: Installing {bin_name}: {self.INSTALLER_BIN_ABSPATH} install {packages}')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue