Skip to content

Commit

Permalink
fix: reconfigure apt after manual installation of google-chrome-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
PanisSupraOmnia committed Mar 4, 2024
1 parent 5125ef3 commit 3eea595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/features/webdriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ARCH=$(arch)
if [[ "$ARCH" != "aarch64" ]]; then
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/chrome.deb
dpkg -i /tmp/chrome.deb
apt-get -y --fix-broken install
rm -f /tmp/chrome.deb
fi

Expand Down

0 comments on commit 3eea595

Please sign in to comment.