mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
fix chrome symlink issue for mac
This commit is contained in:
parent
8b6e5e11e7
commit
19a7c2bc2f
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ Those numbers are from running it single-threaded on my i5 machine with 50mbps d
|
|||
```bash
|
||||
# On Mac:
|
||||
brew install Caskroom/versions/google-chrome-canary wget python3
|
||||
ln -s "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary" /usr/local/bin/google-chrome
|
||||
echo -e "#!/bin/bash\n/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary $@" > /usr/local/bin/google-chrome
|
||||
chmod +x /usr/local/bin/google-chrome
|
||||
# On Linux:
|
||||
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
||||
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue