Fix for bug that forces all Go binaries to be based on Go 1.8 (the default)

This commit is contained in:
Andrew Newdigate 2017-12-21 11:55:07 +00:00 committed by Marin Jankovski
parent ab7d1bf72f
commit 6725e787b0
11 changed files with 40 additions and 25 deletions

View file

@ -1,8 +1,10 @@
#!/bin/bash
set -xeo pipefail
set -xeuo pipefail
IFS=$'\n\t'
CHROME_VERSION=${1:-60.0.3112.90-1}
export DEBIAN_FRONTEND=noninteractive
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