Skip to content

Commit

Permalink
Fix for public key is not available
Browse files Browse the repository at this point in the history
See #263
  • Loading branch information
LouDnl authored Jan 5, 2024
1 parent 1be3450 commit ad386a1
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 ad386a1

Please sign in to comment.