Skip to content

Commit b6b3f68

Browse files
committed
Fix chrome installer 404 for centos 7/8; use latest stable Chrome version
1 parent be887e0 commit b6b3f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"pre_install": [
133133
{ "command": "yum install -y which" },
134134
{
135-
"command": "[ $(which google-chrome) ] || curl -fsSL -o /tmp/google-chrome.rpm https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-125.0.6422.141-1.x86_64.rpm"
135+
"command": "[ $(which google-chrome) ] || curl -fsSL -o /tmp/google-chrome.rpm https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm"
136136
},
137137
{
138138
"command": "[ $(which google-chrome) ] || yum install -y /tmp/google-chrome.rpm"

0 commit comments

Comments
 (0)