From ec367c59fba20a14e2c6b62e743c098f7ce633a4 Mon Sep 17 00:00:00 2001 From: MickaelFontes <81414455+MickaelFontes@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:27:53 +0100 Subject: [PATCH] fix: wrong package name for `dpkg` lookup by default --- lib/setup-chromedriver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup-chromedriver.sh b/lib/setup-chromedriver.sh index ded8b537..69244b9e 100755 --- a/lib/setup-chromedriver.sh +++ b/lib/setup-chromedriver.sh @@ -13,7 +13,7 @@ sudo=$(command -v sudo) if [[ "${ARCH}" =~ ^linux64 ]]; then if [[ -z "${CHROMEAPP}" ]]; then - CHROMEAPP=google-chrome + CHROMEAPP=google-chrome-stable fi APP="${CHROMEAPP}" if command -v dpkg &>/dev/null; then