Skip to content

Commit

Permalink
Merge pull request #264 from LouDnl/master
Browse files Browse the repository at this point in the history
Fix for public key is not available
  • Loading branch information
nanasess authored Jan 7, 2024
2 parents 1be3450 + ad386a1 commit cb3044b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setup-chromedriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "${ARCH}" =~ ^linux64 ]]; then
APP="${CHROMEAPP}"
if command -v dpkg &>/dev/null; then
if ! dpkg -s "${APP}" >/dev/null; then
${sudo} apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A040830F7FAC5991
${sudo} apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B
echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" | ${sudo} tee /etc/apt/sources.list.d/google.list >/dev/null
APP=google-chrome-stable
fi
Expand Down

0 comments on commit cb3044b

Please sign in to comment.