We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be887e0 commit 089edf7Copy full SHA for 089edf7
rules/chrome.json
@@ -132,7 +132,7 @@
132
"pre_install": [
133
{ "command": "yum install -y which" },
134
{
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"
+ "command": "[ $(which google-chrome) ] || curl -fsSL -o /tmp/google-chrome.rpm https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm"
136
},
137
138
"command": "[ $(which google-chrome) ] || yum install -y /tmp/google-chrome.rpm"
@@ -144,7 +144,7 @@
144
145
"os": "linux",
146
"distribution": "centos",
147
- "versions": ["7", "8"]
+ "versions": ["8"]
148
}
149
]
150
0 commit comments