fix more installer bugs

This commit is contained in:
Nick Sweeting 2024-10-08 18:06:57 -07:00
parent 4b34b729ab
commit 3e4a846488
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -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}')