Skip to content

Instantly share code, notes, and snippets.

@imhemish
Created May 9, 2021 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imhemish/cac60efb967d812e7f9fcd836c47381e to your computer and use it in GitHub Desktop.
Save imhemish/cac60efb967d812e7f9fcd836c47381e to your computer and use it in GitHub Desktop.
debianchrome
# This script downloads and installs Chrome on Debian based distros
echo Please connect to internet first and press enter
read enter
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb --install-recommends -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment