mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 06:25:28 -04:00
always pre-setup binproviders
This commit is contained in:
parent
f8e2f7c753
commit
6b47510f70
5 changed files with 13 additions and 1 deletions
|
@ -12,6 +12,9 @@ from abx_pkg import (
|
|||
apt = APT_BINPROVIDER = AptProvider()
|
||||
brew = BREW_BINPROVIDER = BrewProvider()
|
||||
env = ENV_BINPROVIDER = EnvProvider()
|
||||
apt.setup()
|
||||
brew.setup()
|
||||
env.setup()
|
||||
|
||||
|
||||
@abx.hookimpl(tryfirst=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue