Skip to content

Commit

Permalink
Merge pull request #7939 from jmcameron/fix-puppeteer-chromium-path
Browse files Browse the repository at this point in the history
Updated Debian install instructions to a puppeteer chromium path environment variable.
  • Loading branch information
jmcameron authored Dec 18, 2024
2 parents 9169cf4 + 2ded072 commit bd635ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sh/debian-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ CHROME_BIN=$(which chromium)
if ! grep -q "CHROME_BIN" ~/.bashrc; then
echo "export CHROME_BIN=$(which chromium)" >>~/.bashrc
echo 'export CHROME_OPTIONS="--headless"' >>~/.bashrc
echo "export PUPPETEER_EXECUTABLE_PATH=$(which chromium)" >>~/.bashrc
echo 'export PUPPETEER_SKIP_DOWNLOAD="true"'
fi

source ~/.bashrc
Expand Down

0 comments on commit bd635ee

Please sign in to comment.