1
0
Fork 0

chrome upgrade instructions

This commit is contained in:
Nick Sweeting 2017-07-04 06:46:15 -05:00 committed by GitHub
parent 010c3d9771
commit bca2dceec0

View file

@ -248,11 +248,19 @@ chromium-browser --version || google-chrome --version
``` ```
If no version is displayed, try the setup instructions again, or confirm that you have permission to access chrome. If no version is displayed, try the setup instructions again, or confirm that you have permission to access chrome.
3. If a version is displayed and it's `>=59`, make sure `archive.py` is running the right one: 3. If a version is displayed and it's `<59`, upgrade it:
```bash
apt upgrade chromium-browser -y
# OR
brew cask upgrade chromium-browser
```
4. If a version is displayed and it's `>=59`, make sure `archive.py` is running the right one:
```bash ```bash
env CHROME_BINARY=/path/from/step/1/chromium-browser ./archive.py bookmarks_export.html # replace the path with the one you got from step 1 env CHROME_BINARY=/path/from/step/1/chromium-browser ./archive.py bookmarks_export.html # replace the path with the one you got from step 1
``` ```
**Wget & Curl:** **Wget & Curl:**
If you're missing `wget` or `curl`, simply install them using `apt` or your package manager of choice. If you're missing `wget` or `curl`, simply install them using `apt` or your package manager of choice.