Skip to content

Instantly share code, notes, and snippets.

@marcg1968
Created April 24, 2022 20:30
Show Gist options
  • Save marcg1968/d7caf9ed4c94269d4742f06603453c86 to your computer and use it in GitHub Desktop.
Save marcg1968/d7caf9ed4c94269d4742f06603453c86 to your computer and use it in GitHub Desktop.
cd /tmp
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
sudo apt update && \
sudo dpkg -i "/tmp/"google-chrome-stable_current_amd64.deb && \
sudo apt-get install -f
cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment