summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-01 18:01:10 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-01 18:01:10 -0700
commit1e3748f14e6ac515520f100614107ba5f375bf55 (patch)
treed68ade9f75112c8ff3823c1f8adccd9d96191d3a
parent5d32ad6e0d04b5f8a30969ed299950113231badb (diff)
Update chrome installation instructions
Update installation instructions based on github instructions. Change-Id: I0ddb3b80f4d1cf915345e10353ec64f3f8b28e16 Issue-ID: INT-212 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--packer/provision/basebuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh
index ccd71536a..9e20664a5 100644
--- a/packer/provision/basebuild.sh
+++ b/packer/provision/basebuild.sh
@@ -16,10 +16,10 @@ rh_systems() {
yum install -y firefox python-tox xmlstarlet xvfb crudini
# Install chrome to support ChromeDriver
- cat <<EOF > /etc/yum.repos.d/google-chrome.repo
+ cat << EOF > /etc/yum.repos.d/google-chrome.repo
[google-chrome]
-name=google-chrome
-baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
+name=google-chrome - \$basearch
+baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub