Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Dec 18, 2024
1 parent 9169cf4 commit 3036109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sh/debian-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ 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
fi

source ~/.bashrc
Expand Down

0 comments on commit 3036109

Please sign in to comment.