Skip to content

Commit

Permalink
fix: wrong package name for dpkg lookup by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelFontes authored Oct 31, 2024
1 parent ce2df44 commit ec367c5
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 @@ -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
Expand Down

0 comments on commit ec367c5

Please sign in to comment.