Skip to content

Commit 089edf7

Browse files
committed
Drop Chrome for centos 7 since it's no longer available; use latest stable
Chrome 125 was the last version that supported CentOS 7. The installer is no longer available (see https://github.com/ulixee/chrome-versions/blob/main/versions.json).
1 parent be887e0 commit 089edf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/chrome.json

Lines changed: 2 additions & 2 deletions
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"
@@ -144,7 +144,7 @@
144144
{
145145
"os": "linux",
146146
"distribution": "centos",
147-
"versions": ["7", "8"]
147+
"versions": ["8"]
148148
}
149149
]
150150
}

0 commit comments

Comments
 (0)