mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 23:24:30 -04:00
add linux config example
This commit is contained in:
parent
95301c9306
commit
20de451515
2 changed files with 4 additions and 2 deletions
|
@ -60,10 +60,11 @@ if not CHROME_BINARY:
|
|||
'chromium-browser',
|
||||
'chromium',
|
||||
'google-chrome',
|
||||
'google-chrome-stable',
|
||||
'google-chrome-unstable',
|
||||
'google-chrome-beta',
|
||||
'google-chrome-canary',
|
||||
'google-chrome-dev',
|
||||
'google-chrome-unstable',
|
||||
)
|
||||
for name in common_chrome_executable_names:
|
||||
full_path_exists = shutil.which(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue