Created
April 24, 2022 20:30
-
-
Save marcg1968/d7caf9ed4c94269d4742f06603453c86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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