mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-22 22:25:24 +02:00
fix canary/beta on mac/linux
This commit is contained in:
@@ -22,7 +22,7 @@ ln -s "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canar
|
||||
# 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'
|
||||
apt update; apt install google-chrome-canary python3 wget
|
||||
apt update; apt install google-chrome-beta python3 wget
|
||||
```
|
||||
|
||||
**Archiving:**
|
||||
|
Reference in New Issue
Block a user