1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

fix canary/beta on mac/linux

This commit is contained in:
Nick Sweeting 2017-05-05 12:23:40 -04:00 committed by GitHub
parent 05ea4e1ec9
commit cbd5318356

View file

@ -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:**