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)
|
||||
|
|
|
@ -34,8 +34,9 @@
|
|||
### To lie and pretend to be Google Chrome when archiving, uncomment this line:
|
||||
# WGET_USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36"
|
||||
|
||||
### To share a chrome data directory with your main browser, uncomment this line:
|
||||
### To share a chrome data directory with your main browser, uncomment one of these lines:
|
||||
# CHROME_USER_DATA_DIR="~/Library/Application Support/Google/Chrome/Default"
|
||||
# CHROME_USER_DATA_DIR="~/.config/google-chrome/Default"
|
||||
|
||||
### To use a custom chrome binary, uncomment and set to binary name or full path:
|
||||
# CHROME_BINARY="chromium-browser"
|
||||
|
|
Loading…
Reference in a new issue