Bump Chrome to 60.0

This commit is contained in:
Stan Hu 2017-08-02 20:24:39 -04:00
parent fcce228a0a
commit e7641f6309
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
set -xeo pipefail
CHROME_VERSION=${1:-59.0.3071.104-1}
CHROME_VERSION=${1:-60.0.3112.90-1}
curl -sS -L https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list