mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
fix canary/beta on mac/linux
This commit is contained in:
parent
05ea4e1ec9
commit
cbd5318356
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ln -s "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canar
|
||||||
# On Linux:
|
# On Linux:
|
||||||
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
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'
|
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
|
||||||
apt update; apt install google-chrome-canary python3 wget
|
apt update; apt install google-chrome-beta python3 wget
|
||||||
```
|
```
|
||||||
|
|
||||||
**Archiving:**
|
**Archiving:**
|
||||||
|
|
Loading…
Reference in a new issue