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 1be3450 commit ad386a1Copy full SHA for ad386a1
lib/setup-chromedriver.sh
@@ -15,7 +15,7 @@ if [[ "${ARCH}" =~ ^linux64 ]]; then
15
APP="${CHROMEAPP}"
16
if command -v dpkg &>/dev/null; then
17
if ! dpkg -s "${APP}" >/dev/null; then
18
- ${sudo} apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A040830F7FAC5991
+ ${sudo} apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B
19
echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" | ${sudo} tee /etc/apt/sources.list.d/google.list >/dev/null
20
APP=google-chrome-stable
21
fi
0 commit comments